#8ADEE5

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

Shades of Spray #8ADEE5

Tints of Spray #8ADEE5

Color information

#8ADEE5 (or 0x8ADEE5) is unknown color: approx 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

RGB138222229-
CMYK0.400.0300.10
HSL184.62º63.64%71.96%-
HSV(B)184.62º39.74%89.8%-
XYZ50.7563.383.67-
YUV197.68145.6785.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% 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 (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382222290.400.0300.10184.6263.6471.96
Hex8ADEE52830Ab94048
Octal212336345503012271100110
Binary10001010110111101110010110100011010101011100110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>