Shades of Jordy Blue #85ADE9
Tints of Jordy Blue #85ADE9
RGB
CMYK
RGB Variations
Color information
#85ADE9 (or 0x85ADE9) is known color: Jordy Blue. HEX triplet: 85, AD and E9. RGB value is (133,173,233). Sum of RGB (Red+Green+Blue) = 133+173+233=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #85ADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ADE9 is #7A5216. Grayscale: #A7A7A7. Windows color (decimal): -8016407 or 15314309. OLE color: 15314309.
HSL color Cylindrical-coordinate representation of color #85ADE9: hue angle of 216º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85ADE9 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 173 | 233 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.09 |
| HSL | 216º | 0.69% | 0.72% | - |
| HSV(B) | 216º | 0.43% | 0.91% | - |
| XYZ | 39.32 | 40.76 | 82.89 | - |
| YUV | 167.88 | 164.75 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 233 | 0.43 | 0.26 | 0 | 0.09 | 216 | 0.69 | 0.72 |
| Hex | 85 | AD | E9 | 2B | 1A | 0 | 9 | D8 | 45 | 48 |
| Octal | 205 | 255 | 351 | 53 | 32 | 0 | 11 | 330 | 105 | 110 |
| Binary | 10000101 | 10101101 | 11101001 | 101011 | 11010 | 0 | 1001 | 11011000 | 1000101 | 1001000 |
Color Harmonies of #85ADE9
Complementary color
Monochromatic Colors of #85ADE9
Black with #85ADE9
Text Example
Text Example
White with #85ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADE9; }
p { color: rgb(133,173,233); }
H1.HeaderClassName
{
color: #85ADE9;
}
.AnyTagClassName
{
color: #85ADE9;
}
</style>
background-color css
<style>
a { background-color: #85ADE9; }
a { background-color: rgb(133,173,233); }
div.DivClassName
{
background-color: #85ADE9;
}
.BgClassName
{
background-color: #85ADE9;
}
</style>
border-color css
<style>
span { border-color: #85ADE9; }
span { border-color: rgb(133,173,233); }
td.TdClassName
{
border-color: #85ADE9;
}
.TagClassName
{
border-color: #85ADE9;
}
</style>