Shades of Spray #85CBCD
Tints of Spray #85CBCD
RGB
CMYK
RGB Variations
Color information
#85CBCD (or 0x85CBCD) is known color: Spray. HEX triplet: 85, CB and CD. RGB value is (133,203,205). Sum of RGB (Red+Green+Blue) = 133+203+205=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #85CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBCD is #7A3432. Grayscale: #B6B6B6. Windows color (decimal): -8008755 or 13486981. OLE color: 13486981.
HSL color Cylindrical-coordinate representation of color #85CBCD: hue angle of 181.67º degrees, saturation: 0.42, 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 #85CBCD is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 205 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.20 |
| HSL | 181.67º | 0.42% | 0.66% | - |
| HSV(B) | 181.67º | 0.35% | 0.8% | - |
| XYZ | 42.05 | 52.11 | 65.6 | - |
| YUV | 182.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 205 | 0.35 | 0.01 | 0 | 0.20 | 181.67 | 0.42 | 0.66 |
| Hex | 85 | CB | CD | 23 | 1 | 0 | 14 | B6 | 2A | 42 |
| Octal | 205 | 313 | 315 | 43 | 1 | 0 | 24 | 266 | 52 | 102 |
| Binary | 10000101 | 11001011 | 11001101 | 100011 | 1 | 0 | 10100 | 10110110 | 101010 | 1000010 |
Color Harmonies of #85CBCD
Complementary color
Monochromatic Colors of #85CBCD
Black with #85CBCD
Text Example
Text Example
White with #85CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBCD; }
p { color: rgb(133,203,205); }
H1.HeaderClassName
{
color: #85CBCD;
}
.AnyTagClassName
{
color: #85CBCD;
}
</style>
background-color css
<style>
a { background-color: #85CBCD; }
a { background-color: rgb(133,203,205); }
div.DivClassName
{
background-color: #85CBCD;
}
.BgClassName
{
background-color: #85CBCD;
}
</style>
border-color css
<style>
span { border-color: #85CBCD; }
span { border-color: rgb(133,203,205); }
td.TdClassName
{
border-color: #85CBCD;
}
.TagClassName
{
border-color: #85CBCD;
}
</style>