Shades of Spray #8BCEDD
Tints of Spray #8BCEDD
RGB
CMYK
RGB Variations
Color information
#8BCEDD (or 0x8BCEDD) is known color: Spray. HEX triplet: 8B, CE and DD. RGB value is (139,206,221). Sum of RGB (Red+Green+Blue) = 139+206+221=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEDD is #743122. Grayscale: #BBBBBB. Windows color (decimal): -7614755 or 14536331. OLE color: 14536331.
HSL color Cylindrical-coordinate representation of color #8BCEDD: hue angle of 190.98º degrees, saturation: 0.55, 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 #8BCEDD is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 206 | 221 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.13 |
| HSL | 190.98º | 0.55% | 0.71% | - |
| HSV(B) | 190.98º | 0.37% | 0.87% | - |
| XYZ | 45.77 | 54.85 | 76.58 | - |
| YUV | 187.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 221 | 0.37 | 0.07 | 0 | 0.13 | 190.98 | 0.55 | 0.71 |
| Hex | 8B | CE | DD | 25 | 7 | 0 | D | BF | 37 | 47 |
| Octal | 213 | 316 | 335 | 45 | 7 | 0 | 15 | 277 | 67 | 107 |
| Binary | 10001011 | 11001110 | 11011101 | 100101 | 111 | 0 | 1101 | 10111111 | 110111 | 1000111 |
Color Harmonies of #8BCEDD
Complementary color
Monochromatic Colors of #8BCEDD
Black with #8BCEDD
Text Example
Text Example
White with #8BCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCEDD; }
p { color: rgb(139,206,221); }
H1.HeaderClassName
{
color: #8BCEDD;
}
.AnyTagClassName
{
color: #8BCEDD;
}
</style>
background-color css
<style>
a { background-color: #8BCEDD; }
a { background-color: rgb(139,206,221); }
div.DivClassName
{
background-color: #8BCEDD;
}
.BgClassName
{
background-color: #8BCEDD;
}
</style>
border-color css
<style>
span { border-color: #8BCEDD; }
span { border-color: rgb(139,206,221); }
td.TdClassName
{
border-color: #8BCEDD;
}
.TagClassName
{
border-color: #8BCEDD;
}
</style>