#08CCBE

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

Shades of Robin's Egg Blue #08CCBE

Tints of Robin's Egg Blue #08CCBE

Color information

#08CCBE (or 0x08CCBE) is unknown color: approx Robin's Egg Blue. HEX triplet: 08, CC and BE. RGB value is (8,204,190). Sum of RGB (Red+Green+Blue) = 8+204+190=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #08CCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CCBE is #F73341. Grayscale: #8F8F8F. Windows color (decimal): -16200514 or 12504072. OLE color: 12504072.

HSL color Cylindrical-coordinate representation of color #08CCBE: hue angle of 175.71º 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 #08CCBE is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB8204190-
CMYK0.9600.070.2
HSL175.71º92.45%41.57%-
HSV(B)175.71º96.08%80%-
XYZ30.9946.9656.15-
YUV143.8154.0731.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.99%
GREEN value IS 204 (80.08% from 255) = 50.75%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=1.99%
G=50.75%
B=47.26%

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
Decimal82041900.9600.070.2175.7192.4541.57
Hex8CCBE600714b05c2a
Octal10314276140072426013452
Binary100011001100101111101100000011110100101100001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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