Html Css Color HEX #8ADEE5 Spray

📋 copy color: '#8ADEE5'

red 138 ◦ green 222 ◦ blue 229

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

Shades of Spray #8ADEE5

Tints of Spray #8ADEE5

RGB

 RED value IS 138 (54.3% from 255) = 23.43%

 GREEN value IS 222 (87.11% from 255) = 37.69%

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 23.43%
G = 37.69%
B = 38.88%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8ADEE5 (or 0x8ADEE5) is known color: Spray. HEX triplet: 8A, DE and E5. RGB value is (138,222,229). Sum of RGB (Red+Green+Blue) = 138+222+229=589 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.43% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #8ADEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEE5 is #75211A. Grayscale: #C5C5C5. Windows color (decimal): -7676187 or 15064714. OLE color: 15064714.

HSL color Cylindrical-coordinate representation of color #8ADEE5: hue angle of 184.62º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ADEE5 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 222 229 -
CMYK 0.40 0.03 0 0.10
HSL 184.62º 0.64% 0.72% -
HSV(B) 184.62º 0.4% 0.9% -
XYZ 50.75 63.3 83.67 -
YUV 197.68 145.67 85.43 -
System Red Green Blue C M Y K H S L
Decimal 138 222 229 0.40 0.03 0 0.10 184.62 0.64 0.72
Hex 8A DE E5 28 3 0 A B9 40 48
Octal 212 336 345 50 3 0 12 271 100 110
Binary 10001010 11011110 11100101 101000 11 0 1010 10111001 1000000 1001000

Color Harmonies of #8ADEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEE5

Black with #8ADEE5

Text Example


Text Example

White with #8ADEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,229); }

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

background-color css

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

 a { background-color: rgb(138,222,229); }

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

border-color css

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

 span { border-color: rgb(138,222,229); }

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