Shades of Cornflower #90BAE9
Tints of Cornflower #90BAE9
RGB
CMYK
RGB Variations
Color information
#90BAE9 (or 0x90BAE9) is known color: Cornflower. HEX triplet: 90, BA and E9. RGB value is (144,186,233). Sum of RGB (Red+Green+Blue) = 144+186+233=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #90BAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAE9 is #6F4516. Grayscale: #B2B2B2. Windows color (decimal): -7292183 or 15317648. OLE color: 15317648.
HSL color Cylindrical-coordinate representation of color #90BAE9: hue angle of 211.69º degrees, saturation: 0.67, 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 #90BAE9 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 186 | 233 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.09 |
| HSL | 211.69º | 0.67% | 0.74% | - |
| HSV(B) | 211.69º | 0.38% | 0.91% | - |
| XYZ | 43.77 | 46.93 | 83.84 | - |
| YUV | 178.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 233 | 0.38 | 0.20 | 0 | 0.09 | 211.69 | 0.67 | 0.74 |
| Hex | 90 | BA | E9 | 26 | 14 | 0 | 9 | D4 | 43 | 4A |
| Octal | 220 | 272 | 351 | 46 | 24 | 0 | 11 | 324 | 103 | 112 |
| Binary | 10010000 | 10111010 | 11101001 | 100110 | 10100 | 0 | 1001 | 11010100 | 1000011 | 1001010 |
Color Harmonies of #90BAE9
Complementary color
Monochromatic Colors of #90BAE9
Black with #90BAE9
Text Example
Text Example
White with #90BAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAE9; }
p { color: rgb(144,186,233); }
H1.HeaderClassName
{
color: #90BAE9;
}
.AnyTagClassName
{
color: #90BAE9;
}
</style>
background-color css
<style>
a { background-color: #90BAE9; }
a { background-color: rgb(144,186,233); }
div.DivClassName
{
background-color: #90BAE9;
}
.BgClassName
{
background-color: #90BAE9;
}
</style>
border-color css
<style>
span { border-color: #90BAE9; }
span { border-color: rgb(144,186,233); }
td.TdClassName
{
border-color: #90BAE9;
}
.TagClassName
{
border-color: #90BAE9;
}
</style>