Shades of Spray #85C9CC
Tints of Spray #85C9CC
RGB
CMYK
RGB Variations
Color information
#85C9CC (or 0x85C9CC) is known color: Spray. HEX triplet: 85, C9 and CC. RGB value is (133,201,204). Sum of RGB (Red+Green+Blue) = 133+201+204=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #85C9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C9CC is #7A3633. Grayscale: #B4B4B4. Windows color (decimal): -8009268 or 13420933. OLE color: 13420933.
HSL color Cylindrical-coordinate representation of color #85C9CC: hue angle of 182.54º 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 #85C9CC is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 201 | 204 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.2 |
| HSL | 182.54º | 0.41% | 0.66% | - |
| HSV(B) | 182.54º | 0.35% | 0.8% | - |
| XYZ | 41.46 | 51.12 | 64.81 | - |
| YUV | 181.01 | 140.97 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 204 | 0.35 | 0.01 | 0 | 0.2 | 182.54 | 0.41 | 0.66 |
| Hex | 85 | C9 | CC | 23 | 1 | 0 | 14 | B7 | 29 | 42 |
| Octal | 205 | 311 | 314 | 43 | 1 | 0 | 24 | 267 | 51 | 102 |
| Binary | 10000101 | 11001001 | 11001100 | 100011 | 1 | 0 | 10100 | 10110111 | 101001 | 1000010 |
Color Harmonies of #85C9CC
Complementary color
Monochromatic Colors of #85C9CC
Black with #85C9CC
Text Example
Text Example
White with #85C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C9CC; }
p { color: rgb(133,201,204); }
H1.HeaderClassName
{
color: #85C9CC;
}
.AnyTagClassName
{
color: #85C9CC;
}
</style>
background-color css
<style>
a { background-color: #85C9CC; }
a { background-color: rgb(133,201,204); }
div.DivClassName
{
background-color: #85C9CC;
}
.BgClassName
{
background-color: #85C9CC;
}
</style>
border-color css
<style>
span { border-color: #85C9CC; }
span { border-color: rgb(133,201,204); }
td.TdClassName
{
border-color: #85C9CC;
}
.TagClassName
{
border-color: #85C9CC;
}
</style>