Shades of Jordy Blue #90AEEA
Tints of Jordy Blue #90AEEA
RGB
CMYK
RGB Variations
Color information
#90AEEA (or 0x90AEEA) is known color: Jordy Blue. HEX triplet: 90, AE and EA. RGB value is (144,174,234). Sum of RGB (Red+Green+Blue) = 144+174+234=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #90AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AEEA is #6F5115. Grayscale: #ABABAB. Windows color (decimal): -7295254 or 15380112. OLE color: 15380112.
HSL color Cylindrical-coordinate representation of color #90AEEA: hue angle of 220º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90AEEA is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 174 | 234 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.08 |
| HSL | 220º | 0.68% | 0.74% | - |
| HSV(B) | 220º | 0.38% | 0.92% | - |
| XYZ | 41.49 | 42.14 | 83.79 | - |
| YUV | 171.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 234 | 0.38 | 0.26 | 0 | 0.08 | 220 | 0.68 | 0.74 |
| Hex | 90 | AE | EA | 26 | 1A | 0 | 8 | DC | 44 | 4A |
| Octal | 220 | 256 | 352 | 46 | 32 | 0 | 10 | 334 | 104 | 112 |
| Binary | 10010000 | 10101110 | 11101010 | 100110 | 11010 | 0 | 1000 | 11011100 | 1000100 | 1001010 |
Color Harmonies of #90AEEA
Complementary color
Monochromatic Colors of #90AEEA
Black with #90AEEA
Text Example
Text Example
White with #90AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEEA; }
p { color: rgb(144,174,234); }
H1.HeaderClassName
{
color: #90AEEA;
}
.AnyTagClassName
{
color: #90AEEA;
}
</style>
background-color css
<style>
a { background-color: #90AEEA; }
a { background-color: rgb(144,174,234); }
div.DivClassName
{
background-color: #90AEEA;
}
.BgClassName
{
background-color: #90AEEA;
}
</style>
border-color css
<style>
span { border-color: #90AEEA; }
span { border-color: rgb(144,174,234); }
td.TdClassName
{
border-color: #90AEEA;
}
.TagClassName
{
border-color: #90AEEA;
}
</style>