Shades of Jordy Blue #85AAFF
Tints of Jordy Blue #85AAFF
RGB
CMYK
RGB Variations
Color information
#85AAFF (or 0x85AAFF) is known color: Jordy Blue. HEX triplet: 85, AA and FF. RGB value is (133,170,255). Sum of RGB (Red+Green+Blue) = 133+170+255=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #85AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AAFF is #7A5500. Grayscale: #A8A8A8. Windows color (decimal): -8017153 or 16755333. OLE color: 16755333.
HSL color Cylindrical-coordinate representation of color #85AAFF: hue angle of 221.8º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85AAFF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 170 | 255 | - |
| CMYK | 0.48 | 0.33 | 0 | 0 |
| HSL | 221.8º | 1% | 0.76% | - |
| HSV(B) | 221.8º | 0.48% | 1% | - |
| XYZ | 42.1 | 40.96 | 100.29 | - |
| YUV | 168.63 | 176.74 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 255 | 0.48 | 0.33 | 0 | 0 | 221.8 | 1 | 0.76 |
| Hex | 85 | AA | FF | 30 | 21 | 0 | 0 | DE | 64 | 4C |
| Octal | 205 | 252 | 377 | 60 | 41 | 0 | 0 | 336 | 144 | 114 |
| Binary | 10000101 | 10101010 | 11111111 | 110000 | 100001 | 0 | 0 | 11011110 | 1100100 | 1001100 |
Color Harmonies of #85AAFF
Complementary color
Monochromatic Colors of #85AAFF
Black with #85AAFF
Text Example
Text Example
White with #85AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AAFF; }
p { color: rgb(133,170,255); }
H1.HeaderClassName
{
color: #85AAFF;
}
.AnyTagClassName
{
color: #85AAFF;
}
</style>
background-color css
<style>
a { background-color: #85AAFF; }
a { background-color: rgb(133,170,255); }
div.DivClassName
{
background-color: #85AAFF;
}
.BgClassName
{
background-color: #85AAFF;
}
</style>
border-color css
<style>
span { border-color: #85AAFF; }
span { border-color: rgb(133,170,255); }
td.TdClassName
{
border-color: #85AAFF;
}
.TagClassName
{
border-color: #85AAFF;
}
</style>