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

📋 copy color: '#08D5BC'

red 8 ◦ green 213 ◦ blue 188

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

Shades of Robin's Egg Blue #08D5BC

Tints of Robin's Egg Blue #08D5BC

RGB

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

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

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

R = 1.96%
G = 52.08%
B = 45.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#08D5BC (or 0x08D5BC) is known color: Robin's Egg Blue. HEX triplet: 08, D5 and BC. RGB value is (8,213,188). Sum of RGB (Red+Green+Blue) = 8+213+188=409 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #08D5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D5BC is #F72A43. Grayscale: #949494. Windows color (decimal): -16198212 or 12375304. OLE color: 12375304.

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

Color convert

RGB 8 213 188 -
CMYK 0.96 0 0.12 0.16
HSL 172.68º 0.93% 0.43% -
HSV(B) 172.68º 0.96% 0.84% -
XYZ 32.97 51.27 55.74 -
YUV 148.86 150.08 27.53 -
System Red Green Blue C M Y K H S L
Decimal 8 213 188 0.96 0 0.12 0.16 172.68 0.93 0.43
Hex 8 D5 BC 60 0 C 10 AD 5D 2B
Octal 10 325 274 140 0 14 20 255 135 53
Binary 1000 11010101 10111100 1100000 0 1100 10000 10101101 1011101 101011

Color Harmonies of #08D5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D5BC

Black with #08D5BC

Text Example


Text Example

White with #08D5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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