#1fc6cd

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

Shades of Robin's Egg Blue #1FC6CD

Tints of Robin's Egg Blue #1FC6CD

Color information

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

HSL color Cylindrical-coordinate representation of color #1FC6CD: hue angle of 182.41º 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 #1FC6CD is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB31198205-
CMYK0.850.0300.20
HSL182.41º73.73%46.27%-
HSV(B)182.41º84.88%80.39%-
XYZ31.7845.0964.79-
YUV148.86159.6743.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal311982050.850.0300.20182.4173.7346.27
Hex1FC6CD553014b64a2e
Octal37306315125302426611256
Binary111111100011011001101101010111010100101101101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fc6cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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