#1FCDC6

Color #1FCDC6 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #1FCDC6

Tints of Robin's Egg Blue #1FCDC6

Color information

#1FCDC6 (or 0x1FCDC6) is unknown color: approx Robin's Egg Blue. HEX triplet: 1F, CD and C6. RGB value is (31,205,198). Sum of RGB (Red+Green+Blue) = 31+205+198=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDC6 is #E03239. Grayscale: #989898. Windows color (decimal): -14692922 or 13028639. OLE color: 13028639.

HSL color Cylindrical-coordinate representation of color #1FCDC6: hue angle of 177.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCDC6 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB31205198-
CMYK0.8500.030.20
HSL177.59º73.73%46.27%-
HSV(B)177.59º84.88%80.39%-
XYZ32.5948.0360.98-
YUV152.18153.8541.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 7.14%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 198 (77.73% from 255) = 45.62%
R=7.14%
G=47.24%
B=45.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal312051980.8500.030.20177.5973.7346.27
Hex1FCDC6550314b24a2e
Octal37315306125032426211256
Binary111111100110111000110101010101110100101100101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FCDC6; }

 p { color: rgb(31,205,198); }

 H1.HeaderClassName
 {
   color: #1FCDC6;
 }
 .AnyTagClassName
 {
   color: #1FCDC6;
 }
</style>
background-color css

<style>
 a { background-color: #1FCDC6; }

 a { background-color: rgb(31,205,198); }

 div.DivClassName
 {
   background-color: #1FCDC6;
 }
 .BgClassName
 {
   background-color: #1FCDC6;
 }
</style>
border-color css

<style>
 span { border-color: #1FCDC6; }

 span { border-color: rgb(31,205,198); }

 td.TdClassName
 {
   border-color: #1FCDC6;
 }
 .TagClassName
 {
   border-color: #1FCDC6;
 }
</style>