Shades of Jordy Blue #90ADE9
Tints of Jordy Blue #90ADE9
RGB
CMYK
RGB Variations
Color information
#90ADE9 (or 0x90ADE9) is known color: Jordy Blue. HEX triplet: 90, AD and E9. RGB value is (144,173,233). Sum of RGB (Red+Green+Blue) = 144+173+233=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #90ADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADE9 is #6F5216. Grayscale: #AAAAAA. Windows color (decimal): -7295511 or 15314320. OLE color: 15314320.
HSL color Cylindrical-coordinate representation of color #90ADE9: hue angle of 220.45º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90ADE9 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 173 | 233 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.09 |
| HSL | 220.45º | 0.67% | 0.74% | - |
| HSV(B) | 220.45º | 0.38% | 0.91% | - |
| XYZ | 41.15 | 41.7 | 82.97 | - |
| YUV | 171.17 | 162.89 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 233 | 0.38 | 0.26 | 0 | 0.09 | 220.45 | 0.67 | 0.74 |
| Hex | 90 | AD | E9 | 26 | 1A | 0 | 9 | DC | 43 | 4A |
| Octal | 220 | 255 | 351 | 46 | 32 | 0 | 11 | 334 | 103 | 112 |
| Binary | 10010000 | 10101101 | 11101001 | 100110 | 11010 | 0 | 1001 | 11011100 | 1000011 | 1001010 |
Color Harmonies of #90ADE9
Complementary color
Monochromatic Colors of #90ADE9
Black with #90ADE9
Text Example
Text Example
White with #90ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADE9; }
p { color: rgb(144,173,233); }
H1.HeaderClassName
{
color: #90ADE9;
}
.AnyTagClassName
{
color: #90ADE9;
}
</style>
background-color css
<style>
a { background-color: #90ADE9; }
a { background-color: rgb(144,173,233); }
div.DivClassName
{
background-color: #90ADE9;
}
.BgClassName
{
background-color: #90ADE9;
}
</style>
border-color css
<style>
span { border-color: #90ADE9; }
span { border-color: rgb(144,173,233); }
td.TdClassName
{
border-color: #90ADE9;
}
.TagClassName
{
border-color: #90ADE9;
}
</style>