Shades of Spray #8BDDE2
Tints of Spray #8BDDE2
RGB
CMYK
RGB Variations
Color information
#8BDDE2 (or 0x8BDDE2) is known color: Spray. HEX triplet: 8B, DD and E2. RGB value is (139,221,226). Sum of RGB (Red+Green+Blue) = 139+221+226=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #8BDDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDE2 is #74221D. Grayscale: #C4C4C4. Windows color (decimal): -7610910 or 14867851. OLE color: 14867851.
HSL color Cylindrical-coordinate representation of color #8BDDE2: hue angle of 183.45º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDDE2 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 221 | 226 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.11 |
| HSL | 183.45º | 0.6% | 0.72% | - |
| HSV(B) | 183.45º | 0.38% | 0.89% | - |
| XYZ | 50.23 | 62.69 | 81.4 | - |
| YUV | 197.05 | 144.33 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 226 | 0.38 | 0.02 | 0 | 0.11 | 183.45 | 0.6 | 0.72 |
| Hex | 8B | DD | E2 | 26 | 2 | 0 | B | B7 | 3C | 48 |
| Octal | 213 | 335 | 342 | 46 | 2 | 0 | 13 | 267 | 74 | 110 |
| Binary | 10001011 | 11011101 | 11100010 | 100110 | 10 | 0 | 1011 | 10110111 | 111100 | 1001000 |
Color Harmonies of #8BDDE2
Complementary color
Monochromatic Colors of #8BDDE2
Black with #8BDDE2
Text Example
Text Example
White with #8BDDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDE2; }
p { color: rgb(139,221,226); }
H1.HeaderClassName
{
color: #8BDDE2;
}
.AnyTagClassName
{
color: #8BDDE2;
}
</style>
background-color css
<style>
a { background-color: #8BDDE2; }
a { background-color: rgb(139,221,226); }
div.DivClassName
{
background-color: #8BDDE2;
}
.BgClassName
{
background-color: #8BDDE2;
}
</style>
border-color css
<style>
span { border-color: #8BDDE2; }
span { border-color: rgb(139,221,226); }
td.TdClassName
{
border-color: #8BDDE2;
}
.TagClassName
{
border-color: #8BDDE2;
}
</style>