Shades of Jordy Blue #85A8DD
Tints of Jordy Blue #85A8DD
RGB
CMYK
RGB Variations
Color information
#85A8DD (or 0x85A8DD) is known color: Jordy Blue. HEX triplet: 85, A8 and DD. RGB value is (133,168,221). Sum of RGB (Red+Green+Blue) = 133+168+221=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #85A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8DD is #7A5722. Grayscale: #A3A3A3. Windows color (decimal): -8017699 or 14526597. OLE color: 14526597.
HSL color Cylindrical-coordinate representation of color #85A8DD: hue angle of 216.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A8DD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 168 | 221 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.13 |
| HSL | 216.14º | 0.56% | 0.69% | - |
| HSV(B) | 216.14º | 0.4% | 0.87% | - |
| XYZ | 36.73 | 38.21 | 73.85 | - |
| YUV | 163.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 221 | 0.40 | 0.24 | 0 | 0.13 | 216.14 | 0.56 | 0.69 |
| Hex | 85 | A8 | DD | 28 | 18 | 0 | D | D8 | 38 | 45 |
| Octal | 205 | 250 | 335 | 50 | 30 | 0 | 15 | 330 | 70 | 105 |
| Binary | 10000101 | 10101000 | 11011101 | 101000 | 11000 | 0 | 1101 | 11011000 | 111000 | 1000101 |
Color Harmonies of #85A8DD
Complementary color
Monochromatic Colors of #85A8DD
Black with #85A8DD
Text Example
Text Example
White with #85A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A8DD; }
p { color: rgb(133,168,221); }
H1.HeaderClassName
{
color: #85A8DD;
}
.AnyTagClassName
{
color: #85A8DD;
}
</style>
background-color css
<style>
a { background-color: #85A8DD; }
a { background-color: rgb(133,168,221); }
div.DivClassName
{
background-color: #85A8DD;
}
.BgClassName
{
background-color: #85A8DD;
}
</style>
border-color css
<style>
span { border-color: #85A8DD; }
span { border-color: rgb(133,168,221); }
td.TdClassName
{
border-color: #85A8DD;
}
.TagClassName
{
border-color: #85A8DD;
}
</style>