Html Css Color HEX #8ED0DD Spray

📋 copy color: '#8ED0DD'

red 142 ◦ green 208 ◦ blue 221

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

Shades of Spray #8ED0DD

Tints of Spray #8ED0DD

RGB

 RED value IS 142 (55.86% from 255) = 24.87%

 GREEN value IS 208 (81.64% from 255) = 36.43%

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 24.87%
G = 36.43%
B = 38.7%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ED0DD (or 0x8ED0DD) is known color: Spray. HEX triplet: 8E, D0 and DD. RGB value is (142,208,221). Sum of RGB (Red+Green+Blue) = 142+208+221=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ED0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED0DD is #712F22. Grayscale: #BDBDBD. Windows color (decimal): -7417635 or 14536846. OLE color: 14536846.

HSL color Cylindrical-coordinate representation of color #8ED0DD: hue angle of 189.87º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ED0DD is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 208 221 -
CMYK 0.36 0.06 0 0.13
HSL 189.87º 0.54% 0.71% -
HSV(B) 189.87º 0.36% 0.87% -
XYZ 46.76 56.08 76.77 -
YUV 189.75 145.63 93.94 -
System Red Green Blue C M Y K H S L
Decimal 142 208 221 0.36 0.06 0 0.13 189.87 0.54 0.71
Hex 8E D0 DD 24 6 0 D BE 36 47
Octal 216 320 335 44 6 0 15 276 66 107
Binary 10001110 11010000 11011101 100100 110 0 1101 10111110 110110 1000111

Color Harmonies of #8ED0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED0DD

Black with #8ED0DD

Text Example


Text Example

White with #8ED0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ED0DD; }

 p { color: rgb(142,208,221); }

 H1.HeaderClassName
 {
   color: #8ED0DD;
 }
 .AnyTagClassName
 {
   color: #8ED0DD;
 }
</style>

background-color css

<style>
 a { background-color: #8ED0DD; }

 a { background-color: rgb(142,208,221); }

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

border-color css

<style>
 span { border-color: #8ED0DD; }

 span { border-color: rgb(142,208,221); }

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