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

📋 copy color: '#08C2B6'

red 8 ◦ green 194 ◦ blue 182

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

Shades of Robin's Egg Blue #08C2B6

Tints of Robin's Egg Blue #08C2B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.4%

R = 2.08%
G = 50.52%
B = 47.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#08C2B6 (or 0x08C2B6) is known color: Robin's Egg Blue. HEX triplet: 08, C2 and B6. RGB value is (8,194,182). Sum of RGB (Red+Green+Blue) = 8+194+182=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #08C2B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C2B6 is #F73D49. Grayscale: #888888. Windows color (decimal): -16203082 or 11977224. OLE color: 11977224.

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

Color convert

RGB 8 194 182 -
CMYK 0.96 0 0.06 0.24
HSL 176.13º 0.92% 0.4% -
HSV(B) 176.13º 0.96% 0.76% -
XYZ 27.84 42.01 50.9 -
YUV 137.02 153.38 35.98 -
System Red Green Blue C M Y K H S L
Decimal 8 194 182 0.96 0 0.06 0.24 176.13 0.92 0.4
Hex 8 C2 B6 60 0 6 18 B0 5C 28
Octal 10 302 266 140 0 6 30 260 134 50
Binary 1000 11000010 10110110 1100000 0 110 11000 10110000 1011100 101000

Color Harmonies of #08C2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C2B6

Black with #08C2B6

Text Example


Text Example

White with #08C2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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