Shades of Spray #85CEDA
Tints of Spray #85CEDA
RGB
CMYK
RGB Variations
Color information
#85CEDA (or 0x85CEDA) is known color: Spray. HEX triplet: 85, CE and DA. RGB value is (133,206,218). Sum of RGB (Red+Green+Blue) = 133+206+218=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #85CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CEDA is #7A3125. Grayscale: #B9B9B9. Windows color (decimal): -8007974 or 14339717. OLE color: 14339717.
HSL color Cylindrical-coordinate representation of color #85CEDA: hue angle of 188.47º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85CEDA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 206 | 218 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.15 |
| HSL | 188.47º | 0.53% | 0.69% | - |
| HSV(B) | 188.47º | 0.39% | 0.85% | - |
| XYZ | 44.4 | 54.19 | 74.45 | - |
| YUV | 185.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 218 | 0.39 | 0.06 | 0 | 0.15 | 188.47 | 0.53 | 0.69 |
| Hex | 85 | CE | DA | 27 | 6 | 0 | F | BC | 35 | 45 |
| Octal | 205 | 316 | 332 | 47 | 6 | 0 | 17 | 274 | 65 | 105 |
| Binary | 10000101 | 11001110 | 11011010 | 100111 | 110 | 0 | 1111 | 10111100 | 110101 | 1000101 |
Color Harmonies of #85CEDA
Complementary color
Monochromatic Colors of #85CEDA
Black with #85CEDA
Text Example
Text Example
White with #85CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEDA; }
p { color: rgb(133,206,218); }
H1.HeaderClassName
{
color: #85CEDA;
}
.AnyTagClassName
{
color: #85CEDA;
}
</style>
background-color css
<style>
a { background-color: #85CEDA; }
a { background-color: rgb(133,206,218); }
div.DivClassName
{
background-color: #85CEDA;
}
.BgClassName
{
background-color: #85CEDA;
}
</style>
border-color css
<style>
span { border-color: #85CEDA; }
span { border-color: rgb(133,206,218); }
td.TdClassName
{
border-color: #85CEDA;
}
.TagClassName
{
border-color: #85CEDA;
}
</style>