Shades of Jordy Blue #90B7ED
Tints of Jordy Blue #90B7ED
RGB
CMYK
RGB Variations
Color information
#90B7ED (or 0x90B7ED) is known color: Jordy Blue. HEX triplet: 90, B7 and ED. RGB value is (144,183,237). Sum of RGB (Red+Green+Blue) = 144+183+237=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #90B7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B7ED is #6F4812. Grayscale: #B1B1B1. Windows color (decimal): -7292947 or 15579024. OLE color: 15579024.
HSL color Cylindrical-coordinate representation of color #90B7ED: hue angle of 214.84º degrees, saturation: 0.72, 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 #90B7ED is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 183 | 237 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.07 |
| HSL | 214.84º | 0.72% | 0.75% | - |
| HSV(B) | 214.84º | 0.39% | 0.93% | - |
| XYZ | 43.72 | 45.91 | 86.68 | - |
| YUV | 177.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 237 | 0.39 | 0.23 | 0 | 0.07 | 214.84 | 0.72 | 0.75 |
| Hex | 90 | B7 | ED | 27 | 17 | 0 | 7 | D7 | 48 | 4B |
| Octal | 220 | 267 | 355 | 47 | 27 | 0 | 7 | 327 | 110 | 113 |
| Binary | 10010000 | 10110111 | 11101101 | 100111 | 10111 | 0 | 111 | 11010111 | 1001000 | 1001011 |
Color Harmonies of #90B7ED
Complementary color
Monochromatic Colors of #90B7ED
Black with #90B7ED
Text Example
Text Example
White with #90B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B7ED; }
p { color: rgb(144,183,237); }
H1.HeaderClassName
{
color: #90B7ED;
}
.AnyTagClassName
{
color: #90B7ED;
}
</style>
background-color css
<style>
a { background-color: #90B7ED; }
a { background-color: rgb(144,183,237); }
div.DivClassName
{
background-color: #90B7ED;
}
.BgClassName
{
background-color: #90B7ED;
}
</style>
border-color css
<style>
span { border-color: #90B7ED; }
span { border-color: rgb(144,183,237); }
td.TdClassName
{
border-color: #90B7ED;
}
.TagClassName
{
border-color: #90B7ED;
}
</style>