Shades of Spray #8BD8DE
Tints of Spray #8BD8DE
RGB
CMYK
RGB Variations
Color information
#8BD8DE (or 0x8BD8DE) is known color: Spray. HEX triplet: 8B, D8 and DE. RGB value is (139,216,222). Sum of RGB (Red+Green+Blue) = 139+216+222=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BD8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD8DE is #742721. Grayscale: #C1C1C1. Windows color (decimal): -7612194 or 14604427. OLE color: 14604427.
HSL color Cylindrical-coordinate representation of color #8BD8DE: hue angle of 184.34º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BD8DE is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 216 | 222 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.13 |
| HSL | 184.34º | 0.56% | 0.71% | - |
| HSV(B) | 184.34º | 0.37% | 0.87% | - |
| XYZ | 48.39 | 59.87 | 78.11 | - |
| YUV | 193.66 | 143.99 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 216 | 222 | 0.37 | 0.03 | 0 | 0.13 | 184.34 | 0.56 | 0.71 |
| Hex | 8B | D8 | DE | 25 | 3 | 0 | D | B8 | 38 | 47 |
| Octal | 213 | 330 | 336 | 45 | 3 | 0 | 15 | 270 | 70 | 107 |
| Binary | 10001011 | 11011000 | 11011110 | 100101 | 11 | 0 | 1101 | 10111000 | 111000 | 1000111 |
Color Harmonies of #8BD8DE
Complementary color
Monochromatic Colors of #8BD8DE
Black with #8BD8DE
Text Example
Text Example
White with #8BD8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD8DE; }
p { color: rgb(139,216,222); }
H1.HeaderClassName
{
color: #8BD8DE;
}
.AnyTagClassName
{
color: #8BD8DE;
}
</style>
background-color css
<style>
a { background-color: #8BD8DE; }
a { background-color: rgb(139,216,222); }
div.DivClassName
{
background-color: #8BD8DE;
}
.BgClassName
{
background-color: #8BD8DE;
}
</style>
border-color css
<style>
span { border-color: #8BD8DE; }
span { border-color: rgb(139,216,222); }
td.TdClassName
{
border-color: #8BD8DE;
}
.TagClassName
{
border-color: #8BD8DE;
}
</style>