Shades of Spray #8BCDDC
Tints of Spray #8BCDDC
RGB
CMYK
RGB Variations
Color information
#8BCDDC (or 0x8BCDDC) is known color: Spray. HEX triplet: 8B, CD and DC. RGB value is (139,205,220). Sum of RGB (Red+Green+Blue) = 139+205+220=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BCDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDDC is #743223. Grayscale: #BABABA. Windows color (decimal): -7615012 or 14470539. OLE color: 14470539.
HSL color Cylindrical-coordinate representation of color #8BCDDC: hue angle of 191.11º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BCDDC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 205 | 220 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.14 |
| HSL | 191.11º | 0.54% | 0.7% | - |
| HSV(B) | 191.11º | 0.37% | 0.86% | - |
| XYZ | 45.4 | 54.32 | 75.8 | - |
| YUV | 186.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 220 | 0.37 | 0.07 | 0 | 0.14 | 191.11 | 0.54 | 0.7 |
| Hex | 8B | CD | DC | 25 | 7 | 0 | E | BF | 36 | 46 |
| Octal | 213 | 315 | 334 | 45 | 7 | 0 | 16 | 277 | 66 | 106 |
| Binary | 10001011 | 11001101 | 11011100 | 100101 | 111 | 0 | 1110 | 10111111 | 110110 | 1000110 |
Color Harmonies of #8BCDDC
Complementary color
Monochromatic Colors of #8BCDDC
Black with #8BCDDC
Text Example
Text Example
White with #8BCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDDC; }
p { color: rgb(139,205,220); }
H1.HeaderClassName
{
color: #8BCDDC;
}
.AnyTagClassName
{
color: #8BCDDC;
}
</style>
background-color css
<style>
a { background-color: #8BCDDC; }
a { background-color: rgb(139,205,220); }
div.DivClassName
{
background-color: #8BCDDC;
}
.BgClassName
{
background-color: #8BCDDC;
}
</style>
border-color css
<style>
span { border-color: #8BCDDC; }
span { border-color: rgb(139,205,220); }
td.TdClassName
{
border-color: #8BCDDC;
}
.TagClassName
{
border-color: #8BCDDC;
}
</style>