Shades of Spray #85CBDD
Tints of Spray #85CBDD
RGB
CMYK
RGB Variations
Color information
#85CBDD (or 0x85CBDD) is known color: Spray. HEX triplet: 85, CB and DD. RGB value is (133,203,221). Sum of RGB (Red+Green+Blue) = 133+203+221=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #85CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBDD is #7A3422. Grayscale: #B7B7B7. Windows color (decimal): -8008739 or 14535557. OLE color: 14535557.
HSL color Cylindrical-coordinate representation of color #85CBDD: hue angle of 192.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CBDD is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 203 | 221 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.13 |
| HSL | 192.27º | 0.56% | 0.69% | - |
| HSV(B) | 192.27º | 0.4% | 0.87% | - |
| XYZ | 44.08 | 52.92 | 76.3 | - |
| YUV | 184.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 221 | 0.40 | 0.08 | 0 | 0.13 | 192.27 | 0.56 | 0.69 |
| Hex | 85 | CB | DD | 28 | 8 | 0 | D | C0 | 38 | 45 |
| Octal | 205 | 313 | 335 | 50 | 10 | 0 | 15 | 300 | 70 | 105 |
| Binary | 10000101 | 11001011 | 11011101 | 101000 | 1000 | 0 | 1101 | 11000000 | 111000 | 1000101 |
Color Harmonies of #85CBDD
Complementary color
Monochromatic Colors of #85CBDD
Black with #85CBDD
Text Example
Text Example
White with #85CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBDD; }
p { color: rgb(133,203,221); }
H1.HeaderClassName
{
color: #85CBDD;
}
.AnyTagClassName
{
color: #85CBDD;
}
</style>
background-color css
<style>
a { background-color: #85CBDD; }
a { background-color: rgb(133,203,221); }
div.DivClassName
{
background-color: #85CBDD;
}
.BgClassName
{
background-color: #85CBDD;
}
</style>
border-color css
<style>
span { border-color: #85CBDD; }
span { border-color: rgb(133,203,221); }
td.TdClassName
{
border-color: #85CBDD;
}
.TagClassName
{
border-color: #85CBDD;
}
</style>