Shades of Jordy Blue #85A8FD
Tints of Jordy Blue #85A8FD
RGB
CMYK
RGB Variations
Color information
#85A8FD (or 0x85A8FD) is known color: Jordy Blue. HEX triplet: 85, A8 and FD. RGB value is (133,168,253). Sum of RGB (Red+Green+Blue) = 133+168+253=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #85A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A8FD is #7A5702. Grayscale: #A6A6A6. Windows color (decimal): -8017667 or 16623749. OLE color: 16623749.
HSL color Cylindrical-coordinate representation of color #85A8FD: hue angle of 222.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85A8FD is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 168 | 253 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.01 |
| HSL | 222.5º | 0.97% | 0.76% | - |
| HSV(B) | 222.5º | 0.47% | 0.99% | - |
| XYZ | 41.41 | 40.08 | 98.48 | - |
| YUV | 167.23 | 176.4 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 253 | 0.47 | 0.34 | 0 | 0.01 | 222.5 | 0.97 | 0.76 |
| Hex | 85 | A8 | FD | 2F | 22 | 0 | 1 | DE | 61 | 4C |
| Octal | 205 | 250 | 375 | 57 | 42 | 0 | 1 | 336 | 141 | 114 |
| Binary | 10000101 | 10101000 | 11111101 | 101111 | 100010 | 0 | 1 | 11011110 | 1100001 | 1001100 |
Color Harmonies of #85A8FD
Complementary color
Monochromatic Colors of #85A8FD
Black with #85A8FD
Text Example
Text Example
White with #85A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A8FD; }
p { color: rgb(133,168,253); }
H1.HeaderClassName
{
color: #85A8FD;
}
.AnyTagClassName
{
color: #85A8FD;
}
</style>
background-color css
<style>
a { background-color: #85A8FD; }
a { background-color: rgb(133,168,253); }
div.DivClassName
{
background-color: #85A8FD;
}
.BgClassName
{
background-color: #85A8FD;
}
</style>
border-color css
<style>
span { border-color: #85A8FD; }
span { border-color: rgb(133,168,253); }
td.TdClassName
{
border-color: #85A8FD;
}
.TagClassName
{
border-color: #85A8FD;
}
</style>