#08CBCB

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

Shades of Robin's Egg Blue #08CBCB

Tints of Robin's Egg Blue #08CBCB

Color information

#08CBCB (or 0x08CBCB) is unknown color: approx Robin's Egg Blue. HEX triplet: 08, CB and CB. RGB value is (8,203,203). Sum of RGB (Red+Green+Blue) = 8+203+203=414 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #08CBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CBCB is #F73434. Grayscale: #909090. Windows color (decimal): -16200757 or 13355784. OLE color: 13355784.

HSL color Cylindrical-coordinate representation of color #08CBCB: hue angle of 180º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CBCB is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8203203-
CMYK0.96000.20
HSL180º92.42%41.37%-
HSV(B)180º96.06%79.61%-
XYZ32.2447.0863.89-
YUV144.7160.930.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.93%
GREEN value IS 203 (79.69% from 255) = 49.03%
BLUE value IS 203 (79.69% from 255) = 49.03%
R=1.93%
G=49.03%
B=49.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82032030.96000.2018092.4241.37
Hex8CBCB600014b45c29
Octal10313313140002426413451
Binary1000110010111100101111000000010100101101001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,203,203); }

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

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

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

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

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

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

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