#1FD2C4

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

Shades of Robin's Egg Blue #1FD2C4

Tints of Robin's Egg Blue #1FD2C4

Color information

#1FD2C4 (or 0x1FD2C4) is unknown color: approx Robin's Egg Blue. HEX triplet: 1F, D2 and C4. RGB value is (31,210,196). Sum of RGB (Red+Green+Blue) = 31+210+196=437 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.09% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD2C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD2C4 is #E02D3B. Grayscale: #9A9A9A. Windows color (decimal): -14691644 or 12898847. OLE color: 12898847.

HSL color Cylindrical-coordinate representation of color #1FD2C4: hue angle of 175.31º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD2C4 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB31210196-
CMYK0.8500.070.18
HSL175.31º74.27%47.25%-
HSV(B)175.31º85.24%82.35%-
XYZ33.5850.3760.18-
YUV154.88151.239.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.09%
GREEN value IS 210 (82.42% from 255) = 48.05%
BLUE value IS 196 (76.95% from 255) = 44.85%
R=7.09%
G=48.05%
B=44.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal312101960.8500.070.18175.3174.2747.25
Hex1FD2C4550712af4a2f
Octal37322304125072225711257
Binary1111111010010110001001010101011110010101011111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,210,196); }

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

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

 a { background-color: rgb(31,210,196); }

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

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

 span { border-color: rgb(31,210,196); }

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