Shades of Jordy Blue #85AEDC
Tints of Jordy Blue #85AEDC
RGB
CMYK
RGB Variations
Color information
#85AEDC (or 0x85AEDC) is known color: Jordy Blue. HEX triplet: 85, AE and DC. RGB value is (133,174,220). Sum of RGB (Red+Green+Blue) = 133+174+220=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #85AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEDC is #7A5123. Grayscale: #A6A6A6. Windows color (decimal): -8016164 or 14462597. OLE color: 14462597.
HSL color Cylindrical-coordinate representation of color #85AEDC: hue angle of 211.72º 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 #85AEDC is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 174 | 220 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.14 |
| HSL | 211.72º | 0.55% | 0.69% | - |
| HSV(B) | 211.72º | 0.4% | 0.86% | - |
| XYZ | 37.73 | 40.43 | 73.52 | - |
| YUV | 166.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 220 | 0.40 | 0.21 | 0 | 0.14 | 211.72 | 0.55 | 0.69 |
| Hex | 85 | AE | DC | 28 | 15 | 0 | E | D4 | 37 | 45 |
| Octal | 205 | 256 | 334 | 50 | 25 | 0 | 16 | 324 | 67 | 105 |
| Binary | 10000101 | 10101110 | 11011100 | 101000 | 10101 | 0 | 1110 | 11010100 | 110111 | 1000101 |
Color Harmonies of #85AEDC
Complementary color
Monochromatic Colors of #85AEDC
Black with #85AEDC
Text Example
Text Example
White with #85AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AEDC; }
p { color: rgb(133,174,220); }
H1.HeaderClassName
{
color: #85AEDC;
}
.AnyTagClassName
{
color: #85AEDC;
}
</style>
background-color css
<style>
a { background-color: #85AEDC; }
a { background-color: rgb(133,174,220); }
div.DivClassName
{
background-color: #85AEDC;
}
.BgClassName
{
background-color: #85AEDC;
}
</style>
border-color css
<style>
span { border-color: #85AEDC; }
span { border-color: rgb(133,174,220); }
td.TdClassName
{
border-color: #85AEDC;
}
.TagClassName
{
border-color: #85AEDC;
}
</style>