Shades of Jordy Blue #85AFDF
Tints of Jordy Blue #85AFDF
RGB
CMYK
RGB Variations
Color information
#85AFDF (or 0x85AFDF) is known color: Jordy Blue. HEX triplet: 85, AF and DF. RGB value is (133,175,223). Sum of RGB (Red+Green+Blue) = 133+175+223=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #85AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFDF is #7A5020. Grayscale: #A7A7A7. Windows color (decimal): -8015905 or 14659461. OLE color: 14659461.
HSL color Cylindrical-coordinate representation of color #85AFDF: hue angle of 212º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85AFDF is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 175 | 223 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.13 |
| HSL | 212º | 0.58% | 0.7% | - |
| HSV(B) | 212º | 0.4% | 0.87% | - |
| XYZ | 38.32 | 40.97 | 75.7 | - |
| YUV | 167.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 223 | 0.40 | 0.22 | 0 | 0.13 | 212 | 0.58 | 0.7 |
| Hex | 85 | AF | DF | 28 | 16 | 0 | D | D4 | 3A | 46 |
| Octal | 205 | 257 | 337 | 50 | 26 | 0 | 15 | 324 | 72 | 106 |
| Binary | 10000101 | 10101111 | 11011111 | 101000 | 10110 | 0 | 1101 | 11010100 | 111010 | 1000110 |
Color Harmonies of #85AFDF
Complementary color
Monochromatic Colors of #85AFDF
Black with #85AFDF
Text Example
Text Example
White with #85AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AFDF; }
p { color: rgb(133,175,223); }
H1.HeaderClassName
{
color: #85AFDF;
}
.AnyTagClassName
{
color: #85AFDF;
}
</style>
background-color css
<style>
a { background-color: #85AFDF; }
a { background-color: rgb(133,175,223); }
div.DivClassName
{
background-color: #85AFDF;
}
.BgClassName
{
background-color: #85AFDF;
}
</style>
border-color css
<style>
span { border-color: #85AFDF; }
span { border-color: rgb(133,175,223); }
td.TdClassName
{
border-color: #85AFDF;
}
.TagClassName
{
border-color: #85AFDF;
}
</style>