#08C3BB

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

Shades of Robin's Egg Blue #08C3BB

Tints of Robin's Egg Blue #08C3BB

Color information

#08C3BB (or 0x08C3BB) is unknown color: approx Robin's Egg Blue. HEX triplet: 08, C3 and BB. RGB value is (8,195,187). Sum of RGB (Red+Green+Blue) = 8+195+187=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #08C3BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C3BB is #F73C44. Grayscale: #8A8A8A. Windows color (decimal): -16202821 or 12305160. OLE color: 12305160.

HSL color Cylindrical-coordinate representation of color #08C3BB: hue angle of 177.43º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C3BB is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB8195187-
CMYK0.9600.040.24
HSL177.43º92.12%39.8%-
HSV(B)177.43º95.9%76.47%-
XYZ28.5842.6753.74-
YUV138.17155.5535.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.05%
GREEN value IS 195 (76.56% from 255) = 50%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=2.05%
G=50%
B=47.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81951870.9600.040.24177.4392.1239.8
Hex8C3BB600418b15c28
Octal10303273140043026113450
Binary100011000011101110111100000010011000101100011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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