Shades of Jordy Blue #90AFF0
Tints of Jordy Blue #90AFF0
RGB
CMYK
RGB Variations
Color information
#90AFF0 (or 0x90AFF0) is known color: Jordy Blue. HEX triplet: 90, AF and F0. RGB value is (144,175,240). Sum of RGB (Red+Green+Blue) = 144+175+240=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #90AFF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFF0 is #6F500F. Grayscale: #ACACAC. Windows color (decimal): -7294992 or 15773584. OLE color: 15773584.
HSL color Cylindrical-coordinate representation of color #90AFF0: hue angle of 220.62º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90AFF0 is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 175 | 240 | - |
| CMYK | 0.4 | 0.27 | 0 | 0.06 |
| HSL | 220.63º | 0.76% | 0.75% | - |
| HSV(B) | 220.63º | 0.4% | 0.94% | - |
| XYZ | 42.56 | 42.88 | 88.47 | - |
| YUV | 173.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 240 | 0.4 | 0.27 | 0 | 0.06 | 220.63 | 0.76 | 0.75 |
| Hex | 90 | AF | F0 | 28 | 1B | 0 | 6 | DD | 4C | 4B |
| Octal | 220 | 257 | 360 | 50 | 33 | 0 | 6 | 335 | 114 | 113 |
| Binary | 10010000 | 10101111 | 11110000 | 101000 | 11011 | 0 | 110 | 11011101 | 1001100 | 1001011 |
Color Harmonies of #90AFF0
Complementary color
Monochromatic Colors of #90AFF0
Black with #90AFF0
Text Example
Text Example
White with #90AFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFF0; }
p { color: rgb(144,175,240); }
H1.HeaderClassName
{
color: #90AFF0;
}
.AnyTagClassName
{
color: #90AFF0;
}
</style>
background-color css
<style>
a { background-color: #90AFF0; }
a { background-color: rgb(144,175,240); }
div.DivClassName
{
background-color: #90AFF0;
}
.BgClassName
{
background-color: #90AFF0;
}
</style>
border-color css
<style>
span { border-color: #90AFF0; }
span { border-color: rgb(144,175,240); }
td.TdClassName
{
border-color: #90AFF0;
}
.TagClassName
{
border-color: #90AFF0;
}
</style>