#08CCBD

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

Shades of Robin's Egg Blue #08CCBD

Tints of Robin's Egg Blue #08CCBD

Color information

#08CCBD (or 0x08CCBD) is unknown color: approx Robin's Egg Blue. HEX triplet: 08, CC and BD. RGB value is (8,204,189). Sum of RGB (Red+Green+Blue) = 8+204+189=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #08CCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CCBD is #F73342. Grayscale: #8F8F8F. Windows color (decimal): -16200515 or 12438536. OLE color: 12438536.

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

Color convert

RGB8204189-
CMYK0.9600.070.2
HSL175.41º92.45%41.57%-
HSV(B)175.41º96.08%80%-
XYZ30.8846.9155.57-
YUV143.69153.5731.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.00%
GREEN value IS 204 (80.08% from 255) = 50.87%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=2.00%
G=50.87%
B=47.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82041890.9600.070.2175.4192.4541.57
Hex8CCBD600714af5c2a
Octal10314275140072425713452
Binary100011001100101111011100000011110100101011111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,204,189); }

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

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

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

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

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

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

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