Shades of Jordy Blue #85ABFC
Tints of Jordy Blue #85ABFC
RGB
CMYK
RGB Variations
Color information
#85ABFC (or 0x85ABFC) is known color: Jordy Blue. HEX triplet: 85, AB and FC. RGB value is (133,171,252). Sum of RGB (Red+Green+Blue) = 133+171+252=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #85ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ABFC is #7A5403. Grayscale: #A8A8A8. Windows color (decimal): -8016900 or 16558981. OLE color: 16558981.
HSL color Cylindrical-coordinate representation of color #85ABFC: hue angle of 220.84º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85ABFC is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 171 | 252 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.01 |
| HSL | 220.84º | 0.95% | 0.75% | - |
| HSV(B) | 220.84º | 0.47% | 0.99% | - |
| XYZ | 41.81 | 41.14 | 97.83 | - |
| YUV | 168.87 | 174.91 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 252 | 0.47 | 0.32 | 0 | 0.01 | 220.84 | 0.95 | 0.75 |
| Hex | 85 | AB | FC | 2F | 20 | 0 | 1 | DD | 5F | 4B |
| Octal | 205 | 253 | 374 | 57 | 40 | 0 | 1 | 335 | 137 | 113 |
| Binary | 10000101 | 10101011 | 11111100 | 101111 | 100000 | 0 | 1 | 11011101 | 1011111 | 1001011 |
Color Harmonies of #85ABFC
Complementary color
Monochromatic Colors of #85ABFC
Black with #85ABFC
Text Example
Text Example
White with #85ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABFC; }
p { color: rgb(133,171,252); }
H1.HeaderClassName
{
color: #85ABFC;
}
.AnyTagClassName
{
color: #85ABFC;
}
</style>
background-color css
<style>
a { background-color: #85ABFC; }
a { background-color: rgb(133,171,252); }
div.DivClassName
{
background-color: #85ABFC;
}
.BgClassName
{
background-color: #85ABFC;
}
</style>
border-color css
<style>
span { border-color: #85ABFC; }
span { border-color: rgb(133,171,252); }
td.TdClassName
{
border-color: #85ABFC;
}
.TagClassName
{
border-color: #85ABFC;
}
</style>