#8ADEE0

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

Shades of Spray #8ADEE0

Tints of Spray #8ADEE0

Color information

#8ADEE0 (or 0x8ADEE0) is unknown color: approx Spray. HEX triplet: 8A, DE and E0. RGB value is (138,222,224). Sum of RGB (Red+Green+Blue) = 138+222+224=584 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.63% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ADEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEE0 is #75211F. Grayscale: #C5C5C5. Windows color (decimal): -7676192 or 14737034. OLE color: 14737034.

HSL color Cylindrical-coordinate representation of color #8ADEE0: hue angle of 181.4º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADEE0 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB138222224-
CMYK0.380.0100.12
HSL181.4º58.11%70.98%-
HSV(B)181.4º38.39%87.84%-
XYZ50.0663.0380.05-
YUV197.11143.1785.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.63%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 224 (87.89% from 255) = 38.36%
R=23.63%
G=38.01%
B=38.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382222240.380.0100.12181.458.1170.98
Hex8ADEE02610Cb53a47
Octal21233634046101426572107
Binary100010101101111011100000100110101100101101011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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