Html Css Color HEX #8ED5E0 Spray

📋 copy color: '#8ED5E0'

red 142 ◦ green 213 ◦ blue 224

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

Shades of Spray #8ED5E0

Tints of Spray #8ED5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 24.53%
G = 36.79%
B = 38.69%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8ED5E0 (or 0x8ED5E0) is known color: Spray. HEX triplet: 8E, D5 and E0. RGB value is (142,213,224). Sum of RGB (Red+Green+Blue) = 142+213+224=579 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.53% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ED5E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED5E0 is #712A1F. Grayscale: #C0C0C0. Windows color (decimal): -7416352 or 14734734. OLE color: 14734734.

HSL color Cylindrical-coordinate representation of color #8ED5E0: hue angle of 188.05º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ED5E0 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 213 224 -
CMYK 0.37 0.05 0 0.12
HSL 188.05º 0.57% 0.72% -
HSV(B) 188.05º 0.37% 0.88% -
XYZ 48.4 58.72 79.3 -
YUV 193.03 145.48 91.61 -
System Red Green Blue C M Y K H S L
Decimal 142 213 224 0.37 0.05 0 0.12 188.05 0.57 0.72
Hex 8E D5 E0 25 5 0 C BC 39 48
Octal 216 325 340 45 5 0 14 274 71 110
Binary 10001110 11010101 11100000 100101 101 0 1100 10111100 111001 1001000

Color Harmonies of #8ED5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED5E0

Black with #8ED5E0

Text Example


Text Example

White with #8ED5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,213,224); }

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

background-color css

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

 a { background-color: rgb(142,213,224); }

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

border-color css

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

 span { border-color: rgb(142,213,224); }

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