Shades of Spray #8BDBDF
Tints of Spray #8BDBDF
RGB
CMYK
RGB Variations
Color information
#8BDBDF (or 0x8BDBDF) is known color: Spray. HEX triplet: 8B, DB and DF. RGB value is (139,219,223). Sum of RGB (Red+Green+Blue) = 139+219+223=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBDF is #742420. Grayscale: #C3C3C3. Windows color (decimal): -7611425 or 14670731. OLE color: 14670731.
HSL color Cylindrical-coordinate representation of color #8BDBDF: hue angle of 182.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDBDF is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 219 | 223 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.13 |
| HSL | 182.86º | 0.57% | 0.71% | - |
| HSV(B) | 182.86º | 0.38% | 0.87% | - |
| XYZ | 49.3 | 61.48 | 79.08 | - |
| YUV | 195.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 223 | 0.38 | 0.02 | 0 | 0.13 | 182.86 | 0.57 | 0.71 |
| Hex | 8B | DB | DF | 26 | 2 | 0 | D | B7 | 39 | 47 |
| Octal | 213 | 333 | 337 | 46 | 2 | 0 | 15 | 267 | 71 | 107 |
| Binary | 10001011 | 11011011 | 11011111 | 100110 | 10 | 0 | 1101 | 10110111 | 111001 | 1000111 |
Color Harmonies of #8BDBDF
Complementary color
Monochromatic Colors of #8BDBDF
Black with #8BDBDF
Text Example
Text Example
White with #8BDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBDF; }
p { color: rgb(139,219,223); }
H1.HeaderClassName
{
color: #8BDBDF;
}
.AnyTagClassName
{
color: #8BDBDF;
}
</style>
background-color css
<style>
a { background-color: #8BDBDF; }
a { background-color: rgb(139,219,223); }
div.DivClassName
{
background-color: #8BDBDF;
}
.BgClassName
{
background-color: #8BDBDF;
}
</style>
border-color css
<style>
span { border-color: #8BDBDF; }
span { border-color: rgb(139,219,223); }
td.TdClassName
{
border-color: #8BDBDF;
}
.TagClassName
{
border-color: #8BDBDF;
}
</style>