Shades of Spray #85CBCC
Tints of Spray #85CBCC
RGB
CMYK
RGB Variations
Color information
#85CBCC (or 0x85CBCC) is known color: Spray. HEX triplet: 85, CB and CC. RGB value is (133,203,204). Sum of RGB (Red+Green+Blue) = 133+203+204=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #85CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBCC is #7A3433. Grayscale: #B6B6B6. Windows color (decimal): -8008756 or 13421445. OLE color: 13421445.
HSL color Cylindrical-coordinate representation of color #85CBCC: hue angle of 180.85º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CBCC is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 203 | 204 | - |
| CMYK | 0.35 | 0.00 | 0 | 0.2 |
| HSL | 180.85º | 0.41% | 0.66% | - |
| HSV(B) | 180.85º | 0.35% | 0.8% | - |
| XYZ | 41.93 | 52.06 | 64.97 | - |
| YUV | 182.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 204 | 0.35 | 0.00 | 0 | 0.2 | 180.85 | 0.41 | 0.66 |
| Hex | 85 | CB | CC | 23 | 0 | 0 | 14 | B5 | 29 | 42 |
| Octal | 205 | 313 | 314 | 43 | 0 | 0 | 24 | 265 | 51 | 102 |
| Binary | 10000101 | 11001011 | 11001100 | 100011 | 0 | 0 | 10100 | 10110101 | 101001 | 1000010 |
Color Harmonies of #85CBCC
Complementary color
Monochromatic Colors of #85CBCC
Black with #85CBCC
Text Example
Text Example
White with #85CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBCC; }
p { color: rgb(133,203,204); }
H1.HeaderClassName
{
color: #85CBCC;
}
.AnyTagClassName
{
color: #85CBCC;
}
</style>
background-color css
<style>
a { background-color: #85CBCC; }
a { background-color: rgb(133,203,204); }
div.DivClassName
{
background-color: #85CBCC;
}
.BgClassName
{
background-color: #85CBCC;
}
</style>
border-color css
<style>
span { border-color: #85CBCC; }
span { border-color: rgb(133,203,204); }
td.TdClassName
{
border-color: #85CBCC;
}
.TagClassName
{
border-color: #85CBCC;
}
</style>