Shades of Jordy Blue #85ABFF
Tints of Jordy Blue #85ABFF
RGB
CMYK
RGB Variations
Color information
#85ABFF (or 0x85ABFF) is known color: Jordy Blue. HEX triplet: 85, AB and FF. RGB value is (133,171,255). Sum of RGB (Red+Green+Blue) = 133+171+255=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #85ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ABFF is #7A5400. Grayscale: #A8A8A8. Windows color (decimal): -8016897 or 16755589. OLE color: 16755589.
HSL color Cylindrical-coordinate representation of color #85ABFF: hue angle of 221.31º 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 #85ABFF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 171 | 255 | - |
| CMYK | 0.48 | 0.33 | 0 | 0 |
| HSL | 221.31º | 1% | 0.76% | - |
| HSV(B) | 221.31º | 0.48% | 1% | - |
| XYZ | 42.29 | 41.33 | 100.36 | - |
| YUV | 169.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 255 | 0.48 | 0.33 | 0 | 0 | 221.31 | 1 | 0.76 |
| Hex | 85 | AB | FF | 30 | 21 | 0 | 0 | DD | 64 | 4C |
| Octal | 205 | 253 | 377 | 60 | 41 | 0 | 0 | 335 | 144 | 114 |
| Binary | 10000101 | 10101011 | 11111111 | 110000 | 100001 | 0 | 0 | 11011101 | 1100100 | 1001100 |
Color Harmonies of #85ABFF
Complementary color
Monochromatic Colors of #85ABFF
Black with #85ABFF
Text Example
Text Example
White with #85ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABFF; }
p { color: rgb(133,171,255); }
H1.HeaderClassName
{
color: #85ABFF;
}
.AnyTagClassName
{
color: #85ABFF;
}
</style>
background-color css
<style>
a { background-color: #85ABFF; }
a { background-color: rgb(133,171,255); }
div.DivClassName
{
background-color: #85ABFF;
}
.BgClassName
{
background-color: #85ABFF;
}
</style>
border-color css
<style>
span { border-color: #85ABFF; }
span { border-color: rgb(133,171,255); }
td.TdClassName
{
border-color: #85ABFF;
}
.TagClassName
{
border-color: #85ABFF;
}
</style>