Shades of Spray #8ADFE4
Tints of Spray #8ADFE4
RGB
CMYK
RGB Variations
Color information
#8ADFE4 (or 0x8ADFE4) is known color: Spray. HEX triplet: 8A, DF and E4. RGB value is (138,223,228). Sum of RGB (Red+Green+Blue) = 138+223+228=589 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.43% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #8ADFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFE4 is #75201B. Grayscale: #C6C6C6. Windows color (decimal): -7675932 or 14999434. OLE color: 14999434.
HSL color Cylindrical-coordinate representation of color #8ADFE4: hue angle of 183.33º 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 #8ADFE4 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 223 | 228 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.11 |
| HSL | 183.33º | 0.63% | 0.72% | - |
| HSV(B) | 183.33º | 0.39% | 0.89% | - |
| XYZ | 50.87 | 63.78 | 83.03 | - |
| YUV | 198.16 | 144.84 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 228 | 0.39 | 0.02 | 0 | 0.11 | 183.33 | 0.63 | 0.72 |
| Hex | 8A | DF | E4 | 27 | 2 | 0 | B | B7 | 3E | 48 |
| Octal | 212 | 337 | 344 | 47 | 2 | 0 | 13 | 267 | 76 | 110 |
| Binary | 10001010 | 11011111 | 11100100 | 100111 | 10 | 0 | 1011 | 10110111 | 111110 | 1001000 |
Color Harmonies of #8ADFE4
Complementary color
Monochromatic Colors of #8ADFE4
Black with #8ADFE4
Text Example
Text Example
White with #8ADFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFE4; }
p { color: rgb(138,223,228); }
H1.HeaderClassName
{
color: #8ADFE4;
}
.AnyTagClassName
{
color: #8ADFE4;
}
</style>
background-color css
<style>
a { background-color: #8ADFE4; }
a { background-color: rgb(138,223,228); }
div.DivClassName
{
background-color: #8ADFE4;
}
.BgClassName
{
background-color: #8ADFE4;
}
</style>
border-color css
<style>
span { border-color: #8ADFE4; }
span { border-color: rgb(138,223,228); }
td.TdClassName
{
border-color: #8ADFE4;
}
.TagClassName
{
border-color: #8ADFE4;
}
</style>