Shades of Jordy Blue #85ADEC
Tints of Jordy Blue #85ADEC
RGB
CMYK
RGB Variations
Color information
#85ADEC (or 0x85ADEC) is known color: Jordy Blue. HEX triplet: 85, AD and EC. RGB value is (133,173,236). Sum of RGB (Red+Green+Blue) = 133+173+236=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #85ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ADEC is #7A5213. Grayscale: #A7A7A7. Windows color (decimal): -8016404 or 15510917. OLE color: 15510917.
HSL color Cylindrical-coordinate representation of color #85ADEC: hue angle of 216.7º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ADEC is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 173 | 236 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.07 |
| HSL | 216.7º | 0.73% | 0.72% | - |
| HSV(B) | 216.7º | 0.44% | 0.93% | - |
| XYZ | 39.76 | 40.93 | 85.16 | - |
| YUV | 168.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 236 | 0.44 | 0.27 | 0 | 0.07 | 216.7 | 0.73 | 0.72 |
| Hex | 85 | AD | EC | 2C | 1B | 0 | 7 | D9 | 49 | 48 |
| Octal | 205 | 255 | 354 | 54 | 33 | 0 | 7 | 331 | 111 | 110 |
| Binary | 10000101 | 10101101 | 11101100 | 101100 | 11011 | 0 | 111 | 11011001 | 1001001 | 1001000 |
Color Harmonies of #85ADEC
Complementary color
Monochromatic Colors of #85ADEC
Black with #85ADEC
Text Example
Text Example
White with #85ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADEC; }
p { color: rgb(133,173,236); }
H1.HeaderClassName
{
color: #85ADEC;
}
.AnyTagClassName
{
color: #85ADEC;
}
</style>
background-color css
<style>
a { background-color: #85ADEC; }
a { background-color: rgb(133,173,236); }
div.DivClassName
{
background-color: #85ADEC;
}
.BgClassName
{
background-color: #85ADEC;
}
</style>
border-color css
<style>
span { border-color: #85ADEC; }
span { border-color: rgb(133,173,236); }
td.TdClassName
{
border-color: #85ADEC;
}
.TagClassName
{
border-color: #85ADEC;
}
</style>