Shades of Jordy Blue #85ABFE
Tints of Jordy Blue #85ABFE
RGB
CMYK
RGB Variations
Color information
#85ABFE (or 0x85ABFE) is known color: Jordy Blue. HEX triplet: 85, AB and FE. RGB value is (133,171,254). Sum of RGB (Red+Green+Blue) = 133+171+254=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #85ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ABFE is #7A5401. Grayscale: #A8A8A8. Windows color (decimal): -8016898 or 16690053. OLE color: 16690053.
HSL color Cylindrical-coordinate representation of color #85ABFE: hue angle of 221.16º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85ABFE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 171 | 254 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.00 |
| HSL | 221.16º | 0.98% | 0.76% | - |
| HSV(B) | 221.16º | 0.48% | 1% | - |
| XYZ | 42.13 | 41.27 | 99.51 | - |
| YUV | 169.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 254 | 0.48 | 0.33 | 0 | 0.00 | 221.16 | 0.98 | 0.76 |
| Hex | 85 | AB | FE | 30 | 21 | 0 | 0 | DD | 62 | 4C |
| Octal | 205 | 253 | 376 | 60 | 41 | 0 | 0 | 335 | 142 | 114 |
| Binary | 10000101 | 10101011 | 11111110 | 110000 | 100001 | 0 | 0 | 11011101 | 1100010 | 1001100 |
Color Harmonies of #85ABFE
Complementary color
Monochromatic Colors of #85ABFE
Black with #85ABFE
Text Example
Text Example
White with #85ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABFE; }
p { color: rgb(133,171,254); }
H1.HeaderClassName
{
color: #85ABFE;
}
.AnyTagClassName
{
color: #85ABFE;
}
</style>
background-color css
<style>
a { background-color: #85ABFE; }
a { background-color: rgb(133,171,254); }
div.DivClassName
{
background-color: #85ABFE;
}
.BgClassName
{
background-color: #85ABFE;
}
</style>
border-color css
<style>
span { border-color: #85ABFE; }
span { border-color: rgb(133,171,254); }
td.TdClassName
{
border-color: #85ABFE;
}
.TagClassName
{
border-color: #85ABFE;
}
</style>