#08C2BD

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

Shades of Robin's Egg Blue #08C2BD

Tints of Robin's Egg Blue #08C2BD

Color information

#08C2BD (or 0x08C2BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 08, C2 and BD. RGB value is (8,194,189). Sum of RGB (Red+Green+Blue) = 8+194+189=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #08C2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C2BD is #F73D42. Grayscale: #898989. Windows color (decimal): -16203075 or 12435976. OLE color: 12435976.

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

Color convert

RGB8194189-
CMYK0.9600.030.24
HSL178.39º92.08%39.61%-
HSV(B)178.39º95.88%76.08%-
XYZ28.5842.3154.8-
YUV137.82156.8835.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.05%
GREEN value IS 194 (76.17% from 255) = 49.62%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=2.05%
G=49.62%
B=48.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81941890.9600.030.24178.3992.0839.61
Hex8C2BD600318b25c28
Octal10302275140033026213450
Binary10001100001010111101110000001111000101100101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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