Shades of Spray #8BDDDE
Tints of Spray #8BDDDE
RGB
CMYK
RGB Variations
Color information
#8BDDDE (or 0x8BDDDE) is known color: Spray. HEX triplet: 8B, DD and DE. RGB value is (139,221,222). Sum of RGB (Red+Green+Blue) = 139+221+222=582 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.88% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BDDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDDE is #742221. Grayscale: #C4C4C4. Windows color (decimal): -7610914 or 14605707. OLE color: 14605707.
HSL color Cylindrical-coordinate representation of color #8BDDDE: hue angle of 180.72º 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 #8BDDDE is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 222 | - |
| CMYK | 0.37 | 0.00 | 0 | 0.13 |
| HSL | 180.72º | 0.56% | 0.71% | - |
| HSV(B) | 180.72º | 0.37% | 0.87% | - |
| XYZ | 49.69 | 62.48 | 78.55 | - |
| YUV | 196.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 222 | 0.37 | 0.00 | 0 | 0.13 | 180.72 | 0.56 | 0.71 |
| Hex | 8B | DD | DE | 25 | 0 | 0 | D | B5 | 38 | 47 |
| Octal | 213 | 335 | 336 | 45 | 0 | 0 | 15 | 265 | 70 | 107 |
| Binary | 10001011 | 11011101 | 11011110 | 100101 | 0 | 0 | 1101 | 10110101 | 111000 | 1000111 |
Color Harmonies of #8BDDDE
Complementary color
Monochromatic Colors of #8BDDDE
Black with #8BDDDE
Text Example
Text Example
White with #8BDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDDE; }
p { color: rgb(139,221,222); }
H1.HeaderClassName
{
color: #8BDDDE;
}
.AnyTagClassName
{
color: #8BDDDE;
}
</style>
background-color css
<style>
a { background-color: #8BDDDE; }
a { background-color: rgb(139,221,222); }
div.DivClassName
{
background-color: #8BDDDE;
}
.BgClassName
{
background-color: #8BDDDE;
}
</style>
border-color css
<style>
span { border-color: #8BDDDE; }
span { border-color: rgb(139,221,222); }
td.TdClassName
{
border-color: #8BDDDE;
}
.TagClassName
{
border-color: #8BDDDE;
}
</style>