Shades of Jordy Blue #85A9DC
Tints of Jordy Blue #85A9DC
RGB
CMYK
RGB Variations
Color information
#85A9DC (or 0x85A9DC) is known color: Jordy Blue. HEX triplet: 85, A9 and DC. RGB value is (133,169,220). Sum of RGB (Red+Green+Blue) = 133+169+220=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #85A9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A9DC is #7A5623. Grayscale: #A3A3A3. Windows color (decimal): -8017444 or 14461317. OLE color: 14461317.
HSL color Cylindrical-coordinate representation of color #85A9DC: hue angle of 215.17º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A9DC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 169 | 220 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.14 |
| HSL | 215.17º | 0.55% | 0.69% | - |
| HSV(B) | 215.17º | 0.4% | 0.86% | - |
| XYZ | 36.78 | 38.53 | 73.21 | - |
| YUV | 164.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 220 | 0.40 | 0.23 | 0 | 0.14 | 215.17 | 0.55 | 0.69 |
| Hex | 85 | A9 | DC | 28 | 17 | 0 | E | D7 | 37 | 45 |
| Octal | 205 | 251 | 334 | 50 | 27 | 0 | 16 | 327 | 67 | 105 |
| Binary | 10000101 | 10101001 | 11011100 | 101000 | 10111 | 0 | 1110 | 11010111 | 110111 | 1000101 |
Color Harmonies of #85A9DC
Complementary color
Monochromatic Colors of #85A9DC
Black with #85A9DC
Text Example
Text Example
White with #85A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A9DC; }
p { color: rgb(133,169,220); }
H1.HeaderClassName
{
color: #85A9DC;
}
.AnyTagClassName
{
color: #85A9DC;
}
</style>
background-color css
<style>
a { background-color: #85A9DC; }
a { background-color: rgb(133,169,220); }
div.DivClassName
{
background-color: #85A9DC;
}
.BgClassName
{
background-color: #85A9DC;
}
</style>
border-color css
<style>
span { border-color: #85A9DC; }
span { border-color: rgb(133,169,220); }
td.TdClassName
{
border-color: #85A9DC;
}
.TagClassName
{
border-color: #85A9DC;
}
</style>