Shades of Spray #8BDBDE
Tints of Spray #8BDBDE
RGB
CMYK
RGB Variations
Color information
#8BDBDE (or 0x8BDBDE) is known color: Spray. HEX triplet: 8B, DB and DE. RGB value is (139,219,222). Sum of RGB (Red+Green+Blue) = 139+219+222=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BDBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBDE is #742421. Grayscale: #C3C3C3. Windows color (decimal): -7611426 or 14605195. OLE color: 14605195.
HSL color Cylindrical-coordinate representation of color #8BDBDE: hue angle of 182.17º 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 #8BDBDE is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 219 | 222 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.13 |
| HSL | 182.17º | 0.56% | 0.71% | - |
| HSV(B) | 182.17º | 0.37% | 0.87% | - |
| XYZ | 49.16 | 61.43 | 78.37 | - |
| YUV | 195.42 | 143 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 222 | 0.37 | 0.01 | 0 | 0.13 | 182.17 | 0.56 | 0.71 |
| Hex | 8B | DB | DE | 25 | 1 | 0 | D | B6 | 38 | 47 |
| Octal | 213 | 333 | 336 | 45 | 1 | 0 | 15 | 266 | 70 | 107 |
| Binary | 10001011 | 11011011 | 11011110 | 100101 | 1 | 0 | 1101 | 10110110 | 111000 | 1000111 |
Color Harmonies of #8BDBDE
Complementary color
Monochromatic Colors of #8BDBDE
Black with #8BDBDE
Text Example
Text Example
White with #8BDBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBDE; }
p { color: rgb(139,219,222); }
H1.HeaderClassName
{
color: #8BDBDE;
}
.AnyTagClassName
{
color: #8BDBDE;
}
</style>
background-color css
<style>
a { background-color: #8BDBDE; }
a { background-color: rgb(139,219,222); }
div.DivClassName
{
background-color: #8BDBDE;
}
.BgClassName
{
background-color: #8BDBDE;
}
</style>
border-color css
<style>
span { border-color: #8BDBDE; }
span { border-color: rgb(139,219,222); }
td.TdClassName
{
border-color: #8BDBDE;
}
.TagClassName
{
border-color: #8BDBDE;
}
</style>