Shades of Jordy Blue #90B6E7
Tints of Jordy Blue #90B6E7
RGB
CMYK
RGB Variations
Color information
#90B6E7 (or 0x90B6E7) is known color: Jordy Blue. HEX triplet: 90, B6 and E7. RGB value is (144,182,231). Sum of RGB (Red+Green+Blue) = 144+182+231=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #90B6E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B6E7 is #6F4918. Grayscale: #AFAFAF. Windows color (decimal): -7293209 or 15185552. OLE color: 15185552.
HSL color Cylindrical-coordinate representation of color #90B6E7: hue angle of 213.79º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90B6E7 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 182 | 231 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.09 |
| HSL | 213.79º | 0.64% | 0.74% | - |
| HSV(B) | 213.79º | 0.38% | 0.91% | - |
| XYZ | 42.65 | 45.15 | 82.07 | - |
| YUV | 176.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 182 | 231 | 0.38 | 0.21 | 0 | 0.09 | 213.79 | 0.64 | 0.74 |
| Hex | 90 | B6 | E7 | 26 | 15 | 0 | 9 | D6 | 40 | 4A |
| Octal | 220 | 266 | 347 | 46 | 25 | 0 | 11 | 326 | 100 | 112 |
| Binary | 10010000 | 10110110 | 11100111 | 100110 | 10101 | 0 | 1001 | 11010110 | 1000000 | 1001010 |
Color Harmonies of #90B6E7
Complementary color
Monochromatic Colors of #90B6E7
Black with #90B6E7
Text Example
Text Example
White with #90B6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B6E7; }
p { color: rgb(144,182,231); }
H1.HeaderClassName
{
color: #90B6E7;
}
.AnyTagClassName
{
color: #90B6E7;
}
</style>
background-color css
<style>
a { background-color: #90B6E7; }
a { background-color: rgb(144,182,231); }
div.DivClassName
{
background-color: #90B6E7;
}
.BgClassName
{
background-color: #90B6E7;
}
</style>
border-color css
<style>
span { border-color: #90B6E7; }
span { border-color: rgb(144,182,231); }
td.TdClassName
{
border-color: #90B6E7;
}
.TagClassName
{
border-color: #90B6E7;
}
</style>