Shades of Spray #8BDAE0
Tints of Spray #8BDAE0
RGB
CMYK
RGB Variations
Color information
#8BDAE0 (or 0x8BDAE0) is known color: Spray. HEX triplet: 8B, DA and E0. RGB value is (139,218,224). Sum of RGB (Red+Green+Blue) = 139+218+224=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #8BDAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDAE0 is #74251F. Grayscale: #C2C2C2. Windows color (decimal): -7611680 or 14736011. OLE color: 14736011.
HSL color Cylindrical-coordinate representation of color #8BDAE0: hue angle of 184.24º 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 #8BDAE0 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 218 | 224 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.12 |
| HSL | 184.24º | 0.58% | 0.71% | - |
| HSV(B) | 184.24º | 0.38% | 0.88% | - |
| XYZ | 49.17 | 61.01 | 79.71 | - |
| YUV | 195.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 224 | 0.38 | 0.03 | 0 | 0.12 | 184.24 | 0.58 | 0.71 |
| Hex | 8B | DA | E0 | 26 | 3 | 0 | C | B8 | 3A | 47 |
| Octal | 213 | 332 | 340 | 46 | 3 | 0 | 14 | 270 | 72 | 107 |
| Binary | 10001011 | 11011010 | 11100000 | 100110 | 11 | 0 | 1100 | 10111000 | 111010 | 1000111 |
Color Harmonies of #8BDAE0
Complementary color
Monochromatic Colors of #8BDAE0
Black with #8BDAE0
Text Example
Text Example
White with #8BDAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDAE0; }
p { color: rgb(139,218,224); }
H1.HeaderClassName
{
color: #8BDAE0;
}
.AnyTagClassName
{
color: #8BDAE0;
}
</style>
background-color css
<style>
a { background-color: #8BDAE0; }
a { background-color: rgb(139,218,224); }
div.DivClassName
{
background-color: #8BDAE0;
}
.BgClassName
{
background-color: #8BDAE0;
}
</style>
border-color css
<style>
span { border-color: #8BDAE0; }
span { border-color: rgb(139,218,224); }
td.TdClassName
{
border-color: #8BDAE0;
}
.TagClassName
{
border-color: #8BDAE0;
}
</style>