Shades of Jordy Blue #90B3EC
Tints of Jordy Blue #90B3EC
RGB
CMYK
RGB Variations
Color information
#90B3EC (or 0x90B3EC) is known color: Jordy Blue. HEX triplet: 90, B3 and EC. RGB value is (144,179,236). Sum of RGB (Red+Green+Blue) = 144+179+236=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #90B3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B3EC is #6F4C13. Grayscale: #AEAEAE. Windows color (decimal): -7293972 or 15512464. OLE color: 15512464.
HSL color Cylindrical-coordinate representation of color #90B3EC: hue angle of 217.17º 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 #90B3EC is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 179 | 236 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.07 |
| HSL | 217.17º | 0.71% | 0.75% | - |
| HSV(B) | 217.17º | 0.39% | 0.93% | - |
| XYZ | 42.76 | 44.23 | 85.64 | - |
| YUV | 175.03 | 162.4 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 236 | 0.39 | 0.24 | 0 | 0.07 | 217.17 | 0.71 | 0.75 |
| Hex | 90 | B3 | EC | 27 | 18 | 0 | 7 | D9 | 47 | 4B |
| Octal | 220 | 263 | 354 | 47 | 30 | 0 | 7 | 331 | 107 | 113 |
| Binary | 10010000 | 10110011 | 11101100 | 100111 | 11000 | 0 | 111 | 11011001 | 1000111 | 1001011 |
Color Harmonies of #90B3EC
Complementary color
Monochromatic Colors of #90B3EC
Black with #90B3EC
Text Example
Text Example
White with #90B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B3EC; }
p { color: rgb(144,179,236); }
H1.HeaderClassName
{
color: #90B3EC;
}
.AnyTagClassName
{
color: #90B3EC;
}
</style>
background-color css
<style>
a { background-color: #90B3EC; }
a { background-color: rgb(144,179,236); }
div.DivClassName
{
background-color: #90B3EC;
}
.BgClassName
{
background-color: #90B3EC;
}
</style>
border-color css
<style>
span { border-color: #90B3EC; }
span { border-color: rgb(144,179,236); }
td.TdClassName
{
border-color: #90B3EC;
}
.TagClassName
{
border-color: #90B3EC;
}
</style>