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

📋 copy color: '#08D5C2'

red 8 ◦ green 213 ◦ blue 194

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

Shades of Robin's Egg Blue #08D5C2

Tints of Robin's Egg Blue #08D5C2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.33%

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

R = 1.93%
G = 51.33%
B = 46.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#08D5C2 (or 0x08D5C2) is known color: Robin's Egg Blue. HEX triplet: 08, D5 and C2. RGB value is (8,213,194). Sum of RGB (Red+Green+Blue) = 8+213+194=415 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #08D5C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D5C2 is #F72A3D. Grayscale: #959595. Windows color (decimal): -16198206 or 12768520. OLE color: 12768520.

HSL color Cylindrical-coordinate representation of color #08D5C2: hue angle of 174.44º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D5C2 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 213 194 -
CMYK 0.96 0 0.09 0.16
HSL 174.44º 0.93% 0.43% -
HSV(B) 174.44º 0.96% 0.84% -
XYZ 33.63 51.54 59.21 -
YUV 149.54 153.08 27.04 -
System Red Green Blue C M Y K H S L
Decimal 8 213 194 0.96 0 0.09 0.16 174.44 0.93 0.43
Hex 8 D5 C2 60 0 9 10 AE 5D 2B
Octal 10 325 302 140 0 11 20 256 135 53
Binary 1000 11010101 11000010 1100000 0 1001 10000 10101110 1011101 101011

Color Harmonies of #08D5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D5C2

Black with #08D5C2

Text Example


Text Example

White with #08D5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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