Shades of Jordy Blue #90AEF2
Tints of Jordy Blue #90AEF2
RGB
CMYK
RGB Variations
Color information
#90AEF2 (or 0x90AEF2) is known color: Jordy Blue. HEX triplet: 90, AE and F2. RGB value is (144,174,242). Sum of RGB (Red+Green+Blue) = 144+174+242=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #90AEF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AEF2 is #6F510D. Grayscale: #ACACAC. Windows color (decimal): -7295246 or 15904400. OLE color: 15904400.
HSL color Cylindrical-coordinate representation of color #90AEF2: hue angle of 221.63º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90AEF2 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 174 | 242 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.05 |
| HSL | 221.63º | 0.79% | 0.76% | - |
| HSV(B) | 221.63º | 0.4% | 0.95% | - |
| XYZ | 42.66 | 42.61 | 89.98 | - |
| YUV | 172.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 242 | 0.40 | 0.28 | 0 | 0.05 | 221.63 | 0.79 | 0.76 |
| Hex | 90 | AE | F2 | 28 | 1C | 0 | 5 | DE | 4F | 4C |
| Octal | 220 | 256 | 362 | 50 | 34 | 0 | 5 | 336 | 117 | 114 |
| Binary | 10010000 | 10101110 | 11110010 | 101000 | 11100 | 0 | 101 | 11011110 | 1001111 | 1001100 |
Color Harmonies of #90AEF2
Complementary color
Monochromatic Colors of #90AEF2
Black with #90AEF2
Text Example
Text Example
White with #90AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEF2; }
p { color: rgb(144,174,242); }
H1.HeaderClassName
{
color: #90AEF2;
}
.AnyTagClassName
{
color: #90AEF2;
}
</style>
background-color css
<style>
a { background-color: #90AEF2; }
a { background-color: rgb(144,174,242); }
div.DivClassName
{
background-color: #90AEF2;
}
.BgClassName
{
background-color: #90AEF2;
}
</style>
border-color css
<style>
span { border-color: #90AEF2; }
span { border-color: rgb(144,174,242); }
td.TdClassName
{
border-color: #90AEF2;
}
.TagClassName
{
border-color: #90AEF2;
}
</style>