#8ADDE5

Color #8ADDE5 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #8ADDE5

Tints of Spray #8ADDE5

Color information

#8ADDE5 (or 0x8ADDE5) is unknown color: approx Spray. HEX triplet: 8A, DD and E5. RGB value is (138,221,229). Sum of RGB (Red+Green+Blue) = 138+221+229=588 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.47% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #8ADDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDE5 is #75221A. Grayscale: #C4C4C4. Windows color (decimal): -7676443 or 15064458. OLE color: 15064458.

HSL color Cylindrical-coordinate representation of color #8ADDE5: hue angle of 185.27º 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 #8ADDE5 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB138221229-
CMYK0.400.0300.10
HSL185.27º63.64%71.96%-
HSV(B)185.27º39.74%89.8%-
XYZ50.4862.7783.58-
YUV197.114685.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.47%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=23.47%
G=37.59%
B=38.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382212290.400.0300.10185.2763.6471.96
Hex8ADDE52830Ab94048
Octal212335345503012271100110
Binary10001010110111011110010110100011010101011100110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ADDE5;
 }
 .AnyTagClassName
 {
   color: #8ADDE5;
 }
</style>
background-color css

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

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

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

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

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

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