Shades of Spray #85CBDF
Tints of Spray #85CBDF
RGB
CMYK
RGB Variations
Color information
#85CBDF (or 0x85CBDF) is known color: Spray. HEX triplet: 85, CB and DF. RGB value is (133,203,223). Sum of RGB (Red+Green+Blue) = 133+203+223=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #85CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBDF is #7A3420. Grayscale: #B8B8B8. Windows color (decimal): -8008737 or 14666629. OLE color: 14666629.
HSL color Cylindrical-coordinate representation of color #85CBDF: hue angle of 193.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CBDF is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 203 | 223 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.13 |
| HSL | 193.33º | 0.58% | 0.7% | - |
| HSV(B) | 193.33º | 0.4% | 0.87% | - |
| XYZ | 44.35 | 53.03 | 77.71 | - |
| YUV | 184.35 | 149.81 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 223 | 0.40 | 0.09 | 0 | 0.13 | 193.33 | 0.58 | 0.7 |
| Hex | 85 | CB | DF | 28 | 9 | 0 | D | C1 | 3A | 46 |
| Octal | 205 | 313 | 337 | 50 | 11 | 0 | 15 | 301 | 72 | 106 |
| Binary | 10000101 | 11001011 | 11011111 | 101000 | 1001 | 0 | 1101 | 11000001 | 111010 | 1000110 |
Color Harmonies of #85CBDF
Complementary color
Monochromatic Colors of #85CBDF
Black with #85CBDF
Text Example
Text Example
White with #85CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBDF; }
p { color: rgb(133,203,223); }
H1.HeaderClassName
{
color: #85CBDF;
}
.AnyTagClassName
{
color: #85CBDF;
}
</style>
background-color css
<style>
a { background-color: #85CBDF; }
a { background-color: rgb(133,203,223); }
div.DivClassName
{
background-color: #85CBDF;
}
.BgClassName
{
background-color: #85CBDF;
}
</style>
border-color css
<style>
span { border-color: #85CBDF; }
span { border-color: rgb(133,203,223); }
td.TdClassName
{
border-color: #85CBDF;
}
.TagClassName
{
border-color: #85CBDF;
}
</style>