#08CCBF

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

Shades of Robin's Egg Blue #08CCBF

Tints of Robin's Egg Blue #08CCBF

Color information

#08CCBF (or 0x08CCBF) is unknown color: approx Robin's Egg Blue. HEX triplet: 08, CC and BF. RGB value is (8,204,191). Sum of RGB (Red+Green+Blue) = 8+204+191=403 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #08CCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CCBF is #F73340. Grayscale: #8F8F8F. Windows color (decimal): -16200513 or 12569608. OLE color: 12569608.

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

Color convert

RGB8204191-
CMYK0.9600.060.2
HSL176.02º92.45%41.57%-
HSV(B)176.02º96.08%80%-
XYZ31.14756.72-
YUV143.91154.5731.06-

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.62%
BLUE value IS 191 (75% from 255) = 47.39%
R=1.99%
G=50.62%
B=47.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82041910.9600.060.2176.0292.4541.57
Hex8CCBF600614b05c2a
Octal10314277140062426013452
Binary100011001100101111111100000011010100101100001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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