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

📋 copy color: '#08C2BC'

red 8 ◦ green 194 ◦ blue 188

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

Shades of Robin's Egg Blue #08C2BC

Tints of Robin's Egg Blue #08C2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 2.05%
G = 49.74%
B = 48.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#08C2BC (or 0x08C2BC) is known color: Robin's Egg Blue. HEX triplet: 08, C2 and BC. RGB value is (8,194,188). Sum of RGB (Red+Green+Blue) = 8+194+188=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #08C2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C2BC is #F73D43. Grayscale: #898989. Windows color (decimal): -16203076 or 12370440. OLE color: 12370440.

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

Color convert

RGB 8 194 188 -
CMYK 0.96 0 0.03 0.24
HSL 178.06º 0.92% 0.4% -
HSV(B) 178.06º 0.96% 0.76% -
XYZ 28.47 42.27 54.23 -
YUV 137.7 156.38 35.49 -
System Red Green Blue C M Y K H S L
Decimal 8 194 188 0.96 0 0.03 0.24 178.06 0.92 0.4
Hex 8 C2 BC 60 0 3 18 B2 5C 28
Octal 10 302 274 140 0 3 30 262 134 50
Binary 1000 11000010 10111100 1100000 0 11 11000 10110010 1011100 101000

Color Harmonies of #08C2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C2BC

Black with #08C2BC

Text Example


Text Example

White with #08C2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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