Shades of Spray #8BDFE5
Tints of Spray #8BDFE5
RGB
CMYK
RGB Variations
Color information
#8BDFE5 (or 0x8BDFE5) is known color: Spray. HEX triplet: 8B, DF and E5. RGB value is (139,223,229). Sum of RGB (Red+Green+Blue) = 139+223+229=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #8BDFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFE5 is #74201A. Grayscale: #C6C6C6. Windows color (decimal): -7610395 or 15064971. OLE color: 15064971.
HSL color Cylindrical-coordinate representation of color #8BDFE5: hue angle of 184º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BDFE5 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 223 | 229 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.10 |
| HSL | 184º | 0.63% | 0.72% | - |
| HSV(B) | 184º | 0.39% | 0.9% | - |
| XYZ | 51.18 | 63.92 | 83.77 | - |
| YUV | 198.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 229 | 0.39 | 0.03 | 0 | 0.10 | 184 | 0.63 | 0.72 |
| Hex | 8B | DF | E5 | 27 | 3 | 0 | A | B8 | 3F | 48 |
| Octal | 213 | 337 | 345 | 47 | 3 | 0 | 12 | 270 | 77 | 110 |
| Binary | 10001011 | 11011111 | 11100101 | 100111 | 11 | 0 | 1010 | 10111000 | 111111 | 1001000 |
Color Harmonies of #8BDFE5
Complementary color
Monochromatic Colors of #8BDFE5
Black with #8BDFE5
Text Example
Text Example
White with #8BDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFE5; }
p { color: rgb(139,223,229); }
H1.HeaderClassName
{
color: #8BDFE5;
}
.AnyTagClassName
{
color: #8BDFE5;
}
</style>
background-color css
<style>
a { background-color: #8BDFE5; }
a { background-color: rgb(139,223,229); }
div.DivClassName
{
background-color: #8BDFE5;
}
.BgClassName
{
background-color: #8BDFE5;
}
</style>
border-color css
<style>
span { border-color: #8BDFE5; }
span { border-color: rgb(139,223,229); }
td.TdClassName
{
border-color: #8BDFE5;
}
.TagClassName
{
border-color: #8BDFE5;
}
</style>