#1fd6cb

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

Shades of Robin's Egg Blue #1FD6CB

Tints of Robin's Egg Blue #1FD6CB

Color information

#1FD6CB (or 0x1FD6CB) is unknown color: approx Robin's Egg Blue. HEX triplet: 1F, D6 and CB. RGB value is (31,214,203). Sum of RGB (Red+Green+Blue) = 31+214+203=448 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.92% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD6CB is #E02934. Grayscale: #9D9D9D. Windows color (decimal): -14690613 or 13358623. OLE color: 13358623.

HSL color Cylindrical-coordinate representation of color #1FD6CB: hue angle of 176.39º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD6CB is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB31214203-
CMYK0.8600.050.16
HSL176.39º74.69%48.04%-
HSV(B)176.39º85.51%83.92%-
XYZ35.3952.764.81-
YUV158.03153.3737.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.92%
GREEN value IS 214 (83.98% from 255) = 47.77%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=6.92%
G=47.77%
B=45.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal312142030.8600.050.16176.3974.6948.04
Hex1FD6CB560510b04b30
Octal37326313126052026011360
Binary1111111010110110010111010110010110000101100001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fd6cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,214,203); }

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

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

 a { background-color: rgb(31,214,203); }

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

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

 span { border-color: rgb(31,214,203); }

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