Shades of Spray #8BDFE0
Tints of Spray #8BDFE0
RGB
CMYK
RGB Variations
Color information
#8BDFE0 (or 0x8BDFE0) is known color: Spray. HEX triplet: 8B, DF and E0. RGB value is (139,223,224). Sum of RGB (Red+Green+Blue) = 139+223+224=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #8BDFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFE0 is #74201F. Grayscale: #C5C5C5. Windows color (decimal): -7610400 or 14737291. OLE color: 14737291.
HSL color Cylindrical-coordinate representation of color #8BDFE0: hue angle of 180.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDFE0 is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 223 | 224 | - |
| CMYK | 0.38 | 0.00 | 0 | 0.12 |
| HSL | 180.71º | 0.58% | 0.71% | - |
| HSV(B) | 180.71º | 0.38% | 0.88% | - |
| XYZ | 50.49 | 63.65 | 80.14 | - |
| YUV | 198 | 142.67 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 224 | 0.38 | 0.00 | 0 | 0.12 | 180.71 | 0.58 | 0.71 |
| Hex | 8B | DF | E0 | 26 | 0 | 0 | C | B5 | 3A | 47 |
| Octal | 213 | 337 | 340 | 46 | 0 | 0 | 14 | 265 | 72 | 107 |
| Binary | 10001011 | 11011111 | 11100000 | 100110 | 0 | 0 | 1100 | 10110101 | 111010 | 1000111 |
Color Harmonies of #8BDFE0
Complementary color
Monochromatic Colors of #8BDFE0
Black with #8BDFE0
Text Example
Text Example
White with #8BDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFE0; }
p { color: rgb(139,223,224); }
H1.HeaderClassName
{
color: #8BDFE0;
}
.AnyTagClassName
{
color: #8BDFE0;
}
</style>
background-color css
<style>
a { background-color: #8BDFE0; }
a { background-color: rgb(139,223,224); }
div.DivClassName
{
background-color: #8BDFE0;
}
.BgClassName
{
background-color: #8BDFE0;
}
</style>
border-color css
<style>
span { border-color: #8BDFE0; }
span { border-color: rgb(139,223,224); }
td.TdClassName
{
border-color: #8BDFE0;
}
.TagClassName
{
border-color: #8BDFE0;
}
</style>