Shades of Jordy Blue #90ADEB
Tints of Jordy Blue #90ADEB
RGB
CMYK
RGB Variations
Color information
#90ADEB (or 0x90ADEB) is known color: Jordy Blue. HEX triplet: 90, AD and EB. RGB value is (144,173,235). Sum of RGB (Red+Green+Blue) = 144+173+235=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #90ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADEB is #6F5214. Grayscale: #ABABAB. Windows color (decimal): -7295509 or 15445392. OLE color: 15445392.
HSL color Cylindrical-coordinate representation of color #90ADEB: hue angle of 220.88º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90ADEB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 173 | 235 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.08 |
| HSL | 220.88º | 0.69% | 0.74% | - |
| HSV(B) | 220.88º | 0.39% | 0.92% | - |
| XYZ | 41.44 | 41.81 | 84.48 | - |
| YUV | 171.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 235 | 0.39 | 0.26 | 0 | 0.08 | 220.88 | 0.69 | 0.74 |
| Hex | 90 | AD | EB | 27 | 1A | 0 | 8 | DD | 45 | 4A |
| Octal | 220 | 255 | 353 | 47 | 32 | 0 | 10 | 335 | 105 | 112 |
| Binary | 10010000 | 10101101 | 11101011 | 100111 | 11010 | 0 | 1000 | 11011101 | 1000101 | 1001010 |
Color Harmonies of #90ADEB
Complementary color
Monochromatic Colors of #90ADEB
Black with #90ADEB
Text Example
Text Example
White with #90ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADEB; }
p { color: rgb(144,173,235); }
H1.HeaderClassName
{
color: #90ADEB;
}
.AnyTagClassName
{
color: #90ADEB;
}
</style>
background-color css
<style>
a { background-color: #90ADEB; }
a { background-color: rgb(144,173,235); }
div.DivClassName
{
background-color: #90ADEB;
}
.BgClassName
{
background-color: #90ADEB;
}
</style>
border-color css
<style>
span { border-color: #90ADEB; }
span { border-color: rgb(144,173,235); }
td.TdClassName
{
border-color: #90ADEB;
}
.TagClassName
{
border-color: #90ADEB;
}
</style>