Shades of Jordy Blue #85ADF0
Tints of Jordy Blue #85ADF0
RGB
CMYK
RGB Variations
Color information
#85ADF0 (or 0x85ADF0) is known color: Jordy Blue. HEX triplet: 85, AD and F0. RGB value is (133,173,240). Sum of RGB (Red+Green+Blue) = 133+173+240=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #85ADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ADF0 is #7A520F. Grayscale: #A8A8A8. Windows color (decimal): -8016400 or 15773061. OLE color: 15773061.
HSL color Cylindrical-coordinate representation of color #85ADF0: hue angle of 217.57º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85ADF0 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 173 | 240 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.06 |
| HSL | 217.57º | 0.78% | 0.73% | - |
| HSV(B) | 217.57º | 0.45% | 0.94% | - |
| XYZ | 40.34 | 41.16 | 88.26 | - |
| YUV | 168.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 240 | 0.45 | 0.28 | 0 | 0.06 | 217.57 | 0.78 | 0.73 |
| Hex | 85 | AD | F0 | 2D | 1C | 0 | 6 | DA | 4E | 49 |
| Octal | 205 | 255 | 360 | 55 | 34 | 0 | 6 | 332 | 116 | 111 |
| Binary | 10000101 | 10101101 | 11110000 | 101101 | 11100 | 0 | 110 | 11011010 | 1001110 | 1001001 |
Color Harmonies of #85ADF0
Complementary color
Monochromatic Colors of #85ADF0
Black with #85ADF0
Text Example
Text Example
White with #85ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADF0; }
p { color: rgb(133,173,240); }
H1.HeaderClassName
{
color: #85ADF0;
}
.AnyTagClassName
{
color: #85ADF0;
}
</style>
background-color css
<style>
a { background-color: #85ADF0; }
a { background-color: rgb(133,173,240); }
div.DivClassName
{
background-color: #85ADF0;
}
.BgClassName
{
background-color: #85ADF0;
}
</style>
border-color css
<style>
span { border-color: #85ADF0; }
span { border-color: rgb(133,173,240); }
td.TdClassName
{
border-color: #85ADF0;
}
.TagClassName
{
border-color: #85ADF0;
}
</style>