Html Css Color HEX #8EDBE1 Spray

📋 copy color: '#8EDBE1'

red 142 ◦ green 219 ◦ blue 225

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

Shades of Spray #8EDBE1

Tints of Spray #8EDBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.4%

R = 24.23%
G = 37.37%
B = 38.4%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8EDBE1 (or 0x8EDBE1) is known color: Spray. HEX triplet: 8E, DB and E1. RGB value is (142,219,225). Sum of RGB (Red+Green+Blue) = 142+219+225=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #8EDBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBE1 is #71241E. Grayscale: #C4C4C4. Windows color (decimal): -7414815 or 14801806. OLE color: 14801806.

HSL color Cylindrical-coordinate representation of color #8EDBE1: hue angle of 184.34º degrees, saturation: 0.58, 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 #8EDBE1 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 219 225 -
CMYK 0.37 0.03 0 0.12
HSL 184.34º 0.58% 0.72% -
HSV(B) 184.34º 0.37% 0.88% -
XYZ 50.08 61.85 80.53 -
YUV 196.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 142 219 225 0.37 0.03 0 0.12 184.34 0.58 0.72
Hex 8E DB E1 25 3 0 C B8 3A 48
Octal 216 333 341 45 3 0 14 270 72 110
Binary 10001110 11011011 11100001 100101 11 0 1100 10111000 111010 1001000

Color Harmonies of #8EDBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBE1

Black with #8EDBE1

Text Example


Text Example

White with #8EDBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,225); }

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

background-color css

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

 a { background-color: rgb(142,219,225); }

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

border-color css

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

 span { border-color: rgb(142,219,225); }

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