Shades of Jordy Blue #90ADEC
Tints of Jordy Blue #90ADEC
RGB
CMYK
RGB Variations
Color information
#90ADEC (or 0x90ADEC) is known color: Jordy Blue. HEX triplet: 90, AD and EC. RGB value is (144,173,236). Sum of RGB (Red+Green+Blue) = 144+173+236=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #90ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADEC is #6F5213. Grayscale: #ABABAB. Windows color (decimal): -7295508 or 15510928. OLE color: 15510928.
HSL color Cylindrical-coordinate representation of color #90ADEC: hue angle of 221.09º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90ADEC is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 173 | 236 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.07 |
| HSL | 221.09º | 0.71% | 0.75% | - |
| HSV(B) | 221.09º | 0.39% | 0.93% | - |
| XYZ | 41.59 | 41.87 | 85.25 | - |
| YUV | 171.51 | 164.39 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 236 | 0.39 | 0.27 | 0 | 0.07 | 221.09 | 0.71 | 0.75 |
| Hex | 90 | AD | EC | 27 | 1B | 0 | 7 | DD | 47 | 4B |
| Octal | 220 | 255 | 354 | 47 | 33 | 0 | 7 | 335 | 107 | 113 |
| Binary | 10010000 | 10101101 | 11101100 | 100111 | 11011 | 0 | 111 | 11011101 | 1000111 | 1001011 |
Color Harmonies of #90ADEC
Complementary color
Monochromatic Colors of #90ADEC
Black with #90ADEC
Text Example
Text Example
White with #90ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADEC; }
p { color: rgb(144,173,236); }
H1.HeaderClassName
{
color: #90ADEC;
}
.AnyTagClassName
{
color: #90ADEC;
}
</style>
background-color css
<style>
a { background-color: #90ADEC; }
a { background-color: rgb(144,173,236); }
div.DivClassName
{
background-color: #90ADEC;
}
.BgClassName
{
background-color: #90ADEC;
}
</style>
border-color css
<style>
span { border-color: #90ADEC; }
span { border-color: rgb(144,173,236); }
td.TdClassName
{
border-color: #90ADEC;
}
.TagClassName
{
border-color: #90ADEC;
}
</style>