Html Css Color HEX #08C2B9 Robin's Egg Blue

📋 copy color: '#08C2B9'

red 8 ◦ green 194 ◦ blue 185

#08C2B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #08C2B9

Tints of Robin's Egg Blue #08C2B9

RGB

 RED value IS 8 (3.52% from 255) = 2.07%

 GREEN value IS 194 (76.17% from 255) = 50.13%

 BLUE value IS 185 (72.66% from 255) = 47.8%

R = 2.07%
G = 50.13%
B = 47.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#08C2B9 (or 0x08C2B9) is known color: Robin's Egg Blue. HEX triplet: 08, C2 and B9. RGB value is (8,194,185). Sum of RGB (Red+Green+Blue) = 8+194+185=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #08C2B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C2B9 is #F73D46. Grayscale: #898989. Windows color (decimal): -16203079 or 12173832. OLE color: 12173832.

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

Color convert

RGB 8 194 185 -
CMYK 0.96 0 0.05 0.24
HSL 177.1º 0.92% 0.4% -
HSV(B) 177.1º 0.96% 0.76% -
XYZ 28.15 42.14 52.55 -
YUV 137.36 154.88 35.73 -
System Red Green Blue C M Y K H S L
Decimal 8 194 185 0.96 0 0.05 0.24 177.1 0.92 0.4
Hex 8 C2 B9 60 0 5 18 B1 5C 28
Octal 10 302 271 140 0 5 30 261 134 50
Binary 1000 11000010 10111001 1100000 0 101 11000 10110001 1011100 101000

Color Harmonies of #08C2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C2B9

Black with #08C2B9

Text Example


Text Example

White with #08C2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08C2B9;
 }
 .AnyTagClassName
 {
   color: #08C2B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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