Shades of Jordy Blue #85AAEA
Tints of Jordy Blue #85AAEA
RGB
CMYK
RGB Variations
Color information
#85AAEA (or 0x85AAEA) is known color: Jordy Blue. HEX triplet: 85, AA and EA. RGB value is (133,170,234). Sum of RGB (Red+Green+Blue) = 133+170+234=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #85AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AAEA is #7A5515. Grayscale: #A5A5A5. Windows color (decimal): -8017174 or 15379077. OLE color: 15379077.
HSL color Cylindrical-coordinate representation of color #85AAEA: hue angle of 218.02º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85AAEA is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 170 | 234 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.08 |
| HSL | 218.02º | 0.71% | 0.72% | - |
| HSV(B) | 218.02º | 0.43% | 0.92% | - |
| XYZ | 38.9 | 39.68 | 83.45 | - |
| YUV | 166.23 | 166.24 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 234 | 0.43 | 0.27 | 0 | 0.08 | 218.02 | 0.71 | 0.72 |
| Hex | 85 | AA | EA | 2B | 1B | 0 | 8 | DA | 47 | 48 |
| Octal | 205 | 252 | 352 | 53 | 33 | 0 | 10 | 332 | 107 | 110 |
| Binary | 10000101 | 10101010 | 11101010 | 101011 | 11011 | 0 | 1000 | 11011010 | 1000111 | 1001000 |
Color Harmonies of #85AAEA
Complementary color
Monochromatic Colors of #85AAEA
Black with #85AAEA
Text Example
Text Example
White with #85AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AAEA; }
p { color: rgb(133,170,234); }
H1.HeaderClassName
{
color: #85AAEA;
}
.AnyTagClassName
{
color: #85AAEA;
}
</style>
background-color css
<style>
a { background-color: #85AAEA; }
a { background-color: rgb(133,170,234); }
div.DivClassName
{
background-color: #85AAEA;
}
.BgClassName
{
background-color: #85AAEA;
}
</style>
border-color css
<style>
span { border-color: #85AAEA; }
span { border-color: rgb(133,170,234); }
td.TdClassName
{
border-color: #85AAEA;
}
.TagClassName
{
border-color: #85AAEA;
}
</style>