Shades of Jordy Blue #85ADFC
Tints of Jordy Blue #85ADFC
RGB
CMYK
RGB Variations
Color information
#85ADFC (or 0x85ADFC) is known color: Jordy Blue. HEX triplet: 85, AD and FC. RGB value is (133,173,252). Sum of RGB (Red+Green+Blue) = 133+173+252=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #85ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ADFC is #7A5203. Grayscale: #A9A9A9. Windows color (decimal): -8016388 or 16559493. OLE color: 16559493.
HSL color Cylindrical-coordinate representation of color #85ADFC: hue angle of 219.83º 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 #85ADFC is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 173 | 252 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.01 |
| HSL | 219.83º | 0.95% | 0.75% | - |
| HSV(B) | 219.83º | 0.47% | 0.99% | - |
| XYZ | 42.19 | 41.9 | 97.96 | - |
| YUV | 170.05 | 174.25 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 252 | 0.47 | 0.31 | 0 | 0.01 | 219.83 | 0.95 | 0.75 |
| Hex | 85 | AD | FC | 2F | 1F | 0 | 1 | DC | 5F | 4B |
| Octal | 205 | 255 | 374 | 57 | 37 | 0 | 1 | 334 | 137 | 113 |
| Binary | 10000101 | 10101101 | 11111100 | 101111 | 11111 | 0 | 1 | 11011100 | 1011111 | 1001011 |
Color Harmonies of #85ADFC
Complementary color
Monochromatic Colors of #85ADFC
Black with #85ADFC
Text Example
Text Example
White with #85ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADFC; }
p { color: rgb(133,173,252); }
H1.HeaderClassName
{
color: #85ADFC;
}
.AnyTagClassName
{
color: #85ADFC;
}
</style>
background-color css
<style>
a { background-color: #85ADFC; }
a { background-color: rgb(133,173,252); }
div.DivClassName
{
background-color: #85ADFC;
}
.BgClassName
{
background-color: #85ADFC;
}
</style>
border-color css
<style>
span { border-color: #85ADFC; }
span { border-color: rgb(133,173,252); }
td.TdClassName
{
border-color: #85ADFC;
}
.TagClassName
{
border-color: #85ADFC;
}
</style>