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

📋 copy color: '#08DBC2'

red 8 ◦ green 219 ◦ blue 194

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

Shades of Robin's Egg Blue #08DBC2

Tints of Robin's Egg Blue #08DBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.02%

 BLUE value IS 194 (76.17% from 255) = 46.08%

R = 1.9%
G = 52.02%
B = 46.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#08DBC2 (or 0x08DBC2) is known color: Robin's Egg Blue. HEX triplet: 08, DB and C2. RGB value is (8,219,194). Sum of RGB (Red+Green+Blue) = 8+219+194=421 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #08DBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DBC2 is #F7243D. Grayscale: #989898. Windows color (decimal): -16196670 or 12770056. OLE color: 12770056.

HSL color Cylindrical-coordinate representation of color #08DBC2: hue angle of 172.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DBC2 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 219 194 -
CMYK 0.96 0 0.11 0.14
HSL 172.89º 0.93% 0.45% -
HSV(B) 172.89º 0.96% 0.86% -
XYZ 35.17 54.61 59.73 -
YUV 153.06 151.1 24.53 -
System Red Green Blue C M Y K H S L
Decimal 8 219 194 0.96 0 0.11 0.14 172.89 0.93 0.45
Hex 8 DB C2 60 0 B E AD 5D 2D
Octal 10 333 302 140 0 13 16 255 135 55
Binary 1000 11011011 11000010 1100000 0 1011 1110 10101101 1011101 101101

Color Harmonies of #08DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DBC2

Black with #08DBC2

Text Example


Text Example

White with #08DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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