Shades of Cornflower #90B9E4
Tints of Cornflower #90B9E4
RGB
CMYK
RGB Variations
Color information
#90B9E4 (or 0x90B9E4) is known color: Cornflower. HEX triplet: 90, B9 and E4. RGB value is (144,185,228). Sum of RGB (Red+Green+Blue) = 144+185+228=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #90B9E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B9E4 is #6F461B. Grayscale: #B1B1B1. Windows color (decimal): -7292444 or 14989712. OLE color: 14989712.
HSL color Cylindrical-coordinate representation of color #90B9E4: hue angle of 210.71º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90B9E4 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 185 | 228 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.11 |
| HSL | 210.71º | 0.61% | 0.73% | - |
| HSV(B) | 210.71º | 0.37% | 0.89% | - |
| XYZ | 42.85 | 46.23 | 80.06 | - |
| YUV | 177.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 185 | 228 | 0.37 | 0.19 | 0 | 0.11 | 210.71 | 0.61 | 0.73 |
| Hex | 90 | B9 | E4 | 25 | 13 | 0 | B | D3 | 3D | 49 |
| Octal | 220 | 271 | 344 | 45 | 23 | 0 | 13 | 323 | 75 | 111 |
| Binary | 10010000 | 10111001 | 11100100 | 100101 | 10011 | 0 | 1011 | 11010011 | 111101 | 1001001 |
Color Harmonies of #90B9E4
Complementary color
Monochromatic Colors of #90B9E4
Black with #90B9E4
Text Example
Text Example
White with #90B9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B9E4; }
p { color: rgb(144,185,228); }
H1.HeaderClassName
{
color: #90B9E4;
}
.AnyTagClassName
{
color: #90B9E4;
}
</style>
background-color css
<style>
a { background-color: #90B9E4; }
a { background-color: rgb(144,185,228); }
div.DivClassName
{
background-color: #90B9E4;
}
.BgClassName
{
background-color: #90B9E4;
}
</style>
border-color css
<style>
span { border-color: #90B9E4; }
span { border-color: rgb(144,185,228); }
td.TdClassName
{
border-color: #90B9E4;
}
.TagClassName
{
border-color: #90B9E4;
}
</style>