Shades of Jordy Blue #85ADFF
Tints of Jordy Blue #85ADFF
RGB
CMYK
RGB Variations
Color information
#85ADFF (or 0x85ADFF) is known color: Jordy Blue. HEX triplet: 85, AD and FF. RGB value is (133,173,255). Sum of RGB (Red+Green+Blue) = 133+173+255=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #85ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ADFF is #7A5200. Grayscale: #AAAAAA. Windows color (decimal): -8016385 or 16756101. OLE color: 16756101.
HSL color Cylindrical-coordinate representation of color #85ADFF: hue angle of 220.33º 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 #85ADFF is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 173 | 255 | - |
| CMYK | 0.48 | 0.32 | 0 | 0 |
| HSL | 220.33º | 1% | 0.76% | - |
| HSV(B) | 220.33º | 0.48% | 1% | - |
| XYZ | 42.67 | 42.09 | 100.48 | - |
| YUV | 170.39 | 175.75 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 255 | 0.48 | 0.32 | 0 | 0 | 220.33 | 1 | 0.76 |
| Hex | 85 | AD | FF | 30 | 20 | 0 | 0 | DC | 64 | 4C |
| Octal | 205 | 255 | 377 | 60 | 40 | 0 | 0 | 334 | 144 | 114 |
| Binary | 10000101 | 10101101 | 11111111 | 110000 | 100000 | 0 | 0 | 11011100 | 1100100 | 1001100 |
Color Harmonies of #85ADFF
Complementary color
Monochromatic Colors of #85ADFF
Black with #85ADFF
Text Example
Text Example
White with #85ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADFF; }
p { color: rgb(133,173,255); }
H1.HeaderClassName
{
color: #85ADFF;
}
.AnyTagClassName
{
color: #85ADFF;
}
</style>
background-color css
<style>
a { background-color: #85ADFF; }
a { background-color: rgb(133,173,255); }
div.DivClassName
{
background-color: #85ADFF;
}
.BgClassName
{
background-color: #85ADFF;
}
</style>
border-color css
<style>
span { border-color: #85ADFF; }
span { border-color: rgb(133,173,255); }
td.TdClassName
{
border-color: #85ADFF;
}
.TagClassName
{
border-color: #85ADFF;
}
</style>