Shades of Jordy Blue #85AFE8
Tints of Jordy Blue #85AFE8
RGB
CMYK
RGB Variations
Color information
#85AFE8 (or 0x85AFE8) is known color: Jordy Blue. HEX triplet: 85, AF and E8. RGB value is (133,175,232). Sum of RGB (Red+Green+Blue) = 133+175+232=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #85AFE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AFE8 is #7A5017. Grayscale: #A8A8A8. Windows color (decimal): -8015896 or 15249285. OLE color: 15249285.
HSL color Cylindrical-coordinate representation of color #85AFE8: hue angle of 214.55º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85AFE8 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 175 | 232 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.09 |
| HSL | 214.55º | 0.68% | 0.72% | - |
| HSV(B) | 214.55º | 0.43% | 0.91% | - |
| XYZ | 39.57 | 41.47 | 82.26 | - |
| YUV | 168.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 232 | 0.43 | 0.25 | 0 | 0.09 | 214.55 | 0.68 | 0.72 |
| Hex | 85 | AF | E8 | 2B | 19 | 0 | 9 | D7 | 44 | 48 |
| Octal | 205 | 257 | 350 | 53 | 31 | 0 | 11 | 327 | 104 | 110 |
| Binary | 10000101 | 10101111 | 11101000 | 101011 | 11001 | 0 | 1001 | 11010111 | 1000100 | 1001000 |
Color Harmonies of #85AFE8
Complementary color
Monochromatic Colors of #85AFE8
Black with #85AFE8
Text Example
Text Example
White with #85AFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AFE8; }
p { color: rgb(133,175,232); }
H1.HeaderClassName
{
color: #85AFE8;
}
.AnyTagClassName
{
color: #85AFE8;
}
</style>
background-color css
<style>
a { background-color: #85AFE8; }
a { background-color: rgb(133,175,232); }
div.DivClassName
{
background-color: #85AFE8;
}
.BgClassName
{
background-color: #85AFE8;
}
</style>
border-color css
<style>
span { border-color: #85AFE8; }
span { border-color: rgb(133,175,232); }
td.TdClassName
{
border-color: #85AFE8;
}
.TagClassName
{
border-color: #85AFE8;
}
</style>