Shades of Spray #8DCBDA
Tints of Spray #8DCBDA
RGB
CMYK
RGB Variations
Color information
#8DCBDA (or 0x8DCBDA) is known color: Spray. HEX triplet: 8D, CB and DA. RGB value is (141,203,218). Sum of RGB (Red+Green+Blue) = 141+203+218=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBDA is #723425. Grayscale: #BABABA. Windows color (decimal): -7484454 or 14338957. OLE color: 14338957.
HSL color Cylindrical-coordinate representation of color #8DCBDA: hue angle of 191.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DCBDA is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 203 | 218 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.15 |
| HSL | 191.69º | 0.51% | 0.7% | - |
| HSV(B) | 191.69º | 0.35% | 0.85% | - |
| XYZ | 45 | 53.44 | 74.27 | - |
| YUV | 186.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 218 | 0.35 | 0.07 | 0 | 0.15 | 191.69 | 0.51 | 0.7 |
| Hex | 8D | CB | DA | 23 | 7 | 0 | F | C0 | 33 | 46 |
| Octal | 215 | 313 | 332 | 43 | 7 | 0 | 17 | 300 | 63 | 106 |
| Binary | 10001101 | 11001011 | 11011010 | 100011 | 111 | 0 | 1111 | 11000000 | 110011 | 1000110 |
Color Harmonies of #8DCBDA
Complementary color
Monochromatic Colors of #8DCBDA
Black with #8DCBDA
Text Example
Text Example
White with #8DCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBDA; }
p { color: rgb(141,203,218); }
H1.HeaderClassName
{
color: #8DCBDA;
}
.AnyTagClassName
{
color: #8DCBDA;
}
</style>
background-color css
<style>
a { background-color: #8DCBDA; }
a { background-color: rgb(141,203,218); }
div.DivClassName
{
background-color: #8DCBDA;
}
.BgClassName
{
background-color: #8DCBDA;
}
</style>
border-color css
<style>
span { border-color: #8DCBDA; }
span { border-color: rgb(141,203,218); }
td.TdClassName
{
border-color: #8DCBDA;
}
.TagClassName
{
border-color: #8DCBDA;
}
</style>