Shades of Spray #85CFDB
Tints of Spray #85CFDB
RGB
CMYK
RGB Variations
Color information
#85CFDB (or 0x85CFDB) is known color: Spray. HEX triplet: 85, CF and DB. RGB value is (133,207,219). Sum of RGB (Red+Green+Blue) = 133+207+219=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #85CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFDB is #7A3024. Grayscale: #BABABA. Windows color (decimal): -8007717 or 14405509. OLE color: 14405509.
HSL color Cylindrical-coordinate representation of color #85CFDB: hue angle of 188.37º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85CFDB is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 207 | 219 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.14 |
| HSL | 188.37º | 0.54% | 0.69% | - |
| HSV(B) | 188.37º | 0.39% | 0.86% | - |
| XYZ | 44.77 | 54.73 | 75.22 | - |
| YUV | 186.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 219 | 0.39 | 0.05 | 0 | 0.14 | 188.37 | 0.54 | 0.69 |
| Hex | 85 | CF | DB | 27 | 5 | 0 | E | BC | 36 | 45 |
| Octal | 205 | 317 | 333 | 47 | 5 | 0 | 16 | 274 | 66 | 105 |
| Binary | 10000101 | 11001111 | 11011011 | 100111 | 101 | 0 | 1110 | 10111100 | 110110 | 1000101 |
Color Harmonies of #85CFDB
Complementary color
Monochromatic Colors of #85CFDB
Black with #85CFDB
Text Example
Text Example
White with #85CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFDB; }
p { color: rgb(133,207,219); }
H1.HeaderClassName
{
color: #85CFDB;
}
.AnyTagClassName
{
color: #85CFDB;
}
</style>
background-color css
<style>
a { background-color: #85CFDB; }
a { background-color: rgb(133,207,219); }
div.DivClassName
{
background-color: #85CFDB;
}
.BgClassName
{
background-color: #85CFDB;
}
</style>
border-color css
<style>
span { border-color: #85CFDB; }
span { border-color: rgb(133,207,219); }
td.TdClassName
{
border-color: #85CFDB;
}
.TagClassName
{
border-color: #85CFDB;
}
</style>