Shades of Jordy Blue #90ACEA
Tints of Jordy Blue #90ACEA
RGB
CMYK
RGB Variations
Color information
#90ACEA (or 0x90ACEA) is known color: Jordy Blue. HEX triplet: 90, AC and EA. RGB value is (144,172,234). Sum of RGB (Red+Green+Blue) = 144+172+234=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #90ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ACEA is #6F5315. Grayscale: #AAAAAA. Windows color (decimal): -7295766 or 15379600. OLE color: 15379600.
HSL color Cylindrical-coordinate representation of color #90ACEA: hue angle of 221.33º 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 #90ACEA is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 172 | 234 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.08 |
| HSL | 221.33º | 0.68% | 0.74% | - |
| HSV(B) | 221.33º | 0.38% | 0.92% | - |
| XYZ | 41.11 | 41.37 | 83.66 | - |
| YUV | 170.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 234 | 0.38 | 0.26 | 0 | 0.08 | 221.33 | 0.68 | 0.74 |
| Hex | 90 | AC | EA | 26 | 1A | 0 | 8 | DD | 44 | 4A |
| Octal | 220 | 254 | 352 | 46 | 32 | 0 | 10 | 335 | 104 | 112 |
| Binary | 10010000 | 10101100 | 11101010 | 100110 | 11010 | 0 | 1000 | 11011101 | 1000100 | 1001010 |
Color Harmonies of #90ACEA
Complementary color
Monochromatic Colors of #90ACEA
Black with #90ACEA
Text Example
Text Example
White with #90ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACEA; }
p { color: rgb(144,172,234); }
H1.HeaderClassName
{
color: #90ACEA;
}
.AnyTagClassName
{
color: #90ACEA;
}
</style>
background-color css
<style>
a { background-color: #90ACEA; }
a { background-color: rgb(144,172,234); }
div.DivClassName
{
background-color: #90ACEA;
}
.BgClassName
{
background-color: #90ACEA;
}
</style>
border-color css
<style>
span { border-color: #90ACEA; }
span { border-color: rgb(144,172,234); }
td.TdClassName
{
border-color: #90ACEA;
}
.TagClassName
{
border-color: #90ACEA;
}
</style>