Shades of Spray #8ADEE4
Tints of Spray #8ADEE4
RGB
CMYK
RGB Variations
Color information
#8ADEE4 (or 0x8ADEE4) is known color: Spray. HEX triplet: 8A, DE and E4. RGB value is (138,222,228). Sum of RGB (Red+Green+Blue) = 138+222+228=588 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.47% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #8ADEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEE4 is #75211B. Grayscale: #C5C5C5. Windows color (decimal): -7676188 or 14999178. OLE color: 14999178.
HSL color Cylindrical-coordinate representation of color #8ADEE4: hue angle of 184º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ADEE4 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 222 | 228 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.11 |
| HSL | 184º | 0.63% | 0.72% | - |
| HSV(B) | 184º | 0.39% | 0.89% | - |
| XYZ | 50.61 | 63.25 | 82.94 | - |
| YUV | 197.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 228 | 0.39 | 0.03 | 0 | 0.11 | 184 | 0.63 | 0.72 |
| Hex | 8A | DE | E4 | 27 | 3 | 0 | B | B8 | 3E | 48 |
| Octal | 212 | 336 | 344 | 47 | 3 | 0 | 13 | 270 | 76 | 110 |
| Binary | 10001010 | 11011110 | 11100100 | 100111 | 11 | 0 | 1011 | 10111000 | 111110 | 1001000 |
Color Harmonies of #8ADEE4
Complementary color
Monochromatic Colors of #8ADEE4
Black with #8ADEE4
Text Example
Text Example
White with #8ADEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADEE4; }
p { color: rgb(138,222,228); }
H1.HeaderClassName
{
color: #8ADEE4;
}
.AnyTagClassName
{
color: #8ADEE4;
}
</style>
background-color css
<style>
a { background-color: #8ADEE4; }
a { background-color: rgb(138,222,228); }
div.DivClassName
{
background-color: #8ADEE4;
}
.BgClassName
{
background-color: #8ADEE4;
}
</style>
border-color css
<style>
span { border-color: #8ADEE4; }
span { border-color: rgb(138,222,228); }
td.TdClassName
{
border-color: #8ADEE4;
}
.TagClassName
{
border-color: #8ADEE4;
}
</style>