#08C8BB

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

Shades of Robin's Egg Blue #08C8BB

Tints of Robin's Egg Blue #08C8BB

Color information

#08C8BB (or 0x08C8BB) is unknown color: approx Robin's Egg Blue. HEX triplet: 08, C8 and BB. RGB value is (8,200,187). Sum of RGB (Red+Green+Blue) = 8+200+187=395 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #08C8BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C8BB is #F73744. Grayscale: #8C8C8C. Windows color (decimal): -16201541 or 12306440. OLE color: 12306440.

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

Color convert

RGB8200187-
CMYK0.9600.060.22
HSL175.94º92.31%40.78%-
HSV(B)175.94º96%78.43%-
XYZ29.7244.9554.12-
YUV141.11153.8933.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.03%
GREEN value IS 200 (78.52% from 255) = 50.63%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=2.03%
G=50.63%
B=47.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82001870.9600.060.22175.9492.3140.78
Hex8C8BB600616b05c29
Octal10310273140062626013451
Binary100011001000101110111100000011010110101100001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,200,187); }

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

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

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

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

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

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

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