Shades of Spray #8ADFE5
Tints of Spray #8ADFE5
RGB
CMYK
RGB Variations
Color information
#8ADFE5 (or 0x8ADFE5) is known color: Spray. HEX triplet: 8A, DF and E5. RGB value is (138,223,229). Sum of RGB (Red+Green+Blue) = 138+223+229=590 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.39% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #8ADFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFE5 is #75201A. Grayscale: #C6C6C6. Windows color (decimal): -7675931 or 15064970. OLE color: 15064970.
HSL color Cylindrical-coordinate representation of color #8ADFE5: hue angle of 183.96º 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 #8ADFE5 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 223 | 229 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.10 |
| HSL | 183.96º | 0.64% | 0.72% | - |
| HSV(B) | 183.96º | 0.4% | 0.9% | - |
| XYZ | 51.01 | 63.84 | 83.76 | - |
| YUV | 198.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 229 | 0.40 | 0.03 | 0 | 0.10 | 183.96 | 0.64 | 0.72 |
| Hex | 8A | DF | E5 | 28 | 3 | 0 | A | B8 | 40 | 48 |
| Octal | 212 | 337 | 345 | 50 | 3 | 0 | 12 | 270 | 100 | 110 |
| Binary | 10001010 | 11011111 | 11100101 | 101000 | 11 | 0 | 1010 | 10111000 | 1000000 | 1001000 |
Color Harmonies of #8ADFE5
Complementary color
Monochromatic Colors of #8ADFE5
Black with #8ADFE5
Text Example
Text Example
White with #8ADFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFE5; }
p { color: rgb(138,223,229); }
H1.HeaderClassName
{
color: #8ADFE5;
}
.AnyTagClassName
{
color: #8ADFE5;
}
</style>
background-color css
<style>
a { background-color: #8ADFE5; }
a { background-color: rgb(138,223,229); }
div.DivClassName
{
background-color: #8ADFE5;
}
.BgClassName
{
background-color: #8ADFE5;
}
</style>
border-color css
<style>
span { border-color: #8ADFE5; }
span { border-color: rgb(138,223,229); }
td.TdClassName
{
border-color: #8ADFE5;
}
.TagClassName
{
border-color: #8ADFE5;
}
</style>