Shades of Jordy Blue #90AEE3
Tints of Jordy Blue #90AEE3
RGB
CMYK
RGB Variations
Color information
#90AEE3 (or 0x90AEE3) is known color: Jordy Blue. HEX triplet: 90, AE and E3. RGB value is (144,174,227). Sum of RGB (Red+Green+Blue) = 144+174+227=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 227 - color contains mainly: blue. Hex color #90AEE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEE3 is #6F511C. Grayscale: #AAAAAA. Windows color (decimal): -7295261 or 14921360. OLE color: 14921360.
HSL color Cylindrical-coordinate representation of color #90AEE3: hue angle of 218.31º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90AEE3 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 174 | 227 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.11 |
| HSL | 218.31º | 0.6% | 0.73% | - |
| HSV(B) | 218.31º | 0.37% | 0.89% | - |
| XYZ | 40.5 | 41.75 | 78.6 | - |
| YUV | 171.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 227 | 0.37 | 0.23 | 0 | 0.11 | 218.31 | 0.6 | 0.73 |
| Hex | 90 | AE | E3 | 25 | 17 | 0 | B | DA | 3C | 49 |
| Octal | 220 | 256 | 343 | 45 | 27 | 0 | 13 | 332 | 74 | 111 |
| Binary | 10010000 | 10101110 | 11100011 | 100101 | 10111 | 0 | 1011 | 11011010 | 111100 | 1001001 |
Color Harmonies of #90AEE3
Complementary color
Monochromatic Colors of #90AEE3
Black with #90AEE3
Text Example
Text Example
White with #90AEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEE3; }
p { color: rgb(144,174,227); }
H1.HeaderClassName
{
color: #90AEE3;
}
.AnyTagClassName
{
color: #90AEE3;
}
</style>
background-color css
<style>
a { background-color: #90AEE3; }
a { background-color: rgb(144,174,227); }
div.DivClassName
{
background-color: #90AEE3;
}
.BgClassName
{
background-color: #90AEE3;
}
</style>
border-color css
<style>
span { border-color: #90AEE3; }
span { border-color: rgb(144,174,227); }
td.TdClassName
{
border-color: #90AEE3;
}
.TagClassName
{
border-color: #90AEE3;
}
</style>