#08CFCD

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

Shades of Robin's Egg Blue #08CFCD

Tints of Robin's Egg Blue #08CFCD

Color information

#08CFCD (or 0x08CFCD) is unknown color: approx Robin's Egg Blue. HEX triplet: 08, CF and CD. RGB value is (8,207,205). Sum of RGB (Red+Green+Blue) = 8+207+205=420 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #08CFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CFCD is #F73032. Grayscale: #939393. Windows color (decimal): -16199731 or 13487880. OLE color: 13487880.

HSL color Cylindrical-coordinate representation of color #08CFCD: hue angle of 179.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CFCD is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB8207205-
CMYK0.9600.010.19
HSL179.4º92.56%42.16%-
HSV(B)179.4º96.14%81.18%-
XYZ33.4349.0965.47-
YUV147.27160.5728.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.90%
GREEN value IS 207 (81.25% from 255) = 49.29%
BLUE value IS 205 (80.47% from 255) = 48.81%
R=1.90%
G=49.29%
B=48.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82072050.9600.010.19179.492.5642.16
Hex8CFCD600113b35d2a
Octal10317315140012326313552
Binary1000110011111100110111000000110011101100111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08CFCD; }

 p { color: rgb(8,207,205); }

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

<style>
 a { background-color: #08CFCD; }

 a { background-color: rgb(8,207,205); }

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

<style>
 span { border-color: #08CFCD; }

 span { border-color: rgb(8,207,205); }

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