Shades of Cornflower #90BAE6
Tints of Cornflower #90BAE6
RGB
CMYK
RGB Variations
Color information
#90BAE6 (or 0x90BAE6) is known color: Cornflower. HEX triplet: 90, BA and E6. RGB value is (144,186,230). Sum of RGB (Red+Green+Blue) = 144+186+230=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #90BAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAE6 is #6F4519. Grayscale: #B2B2B2. Windows color (decimal): -7292186 or 15121040. OLE color: 15121040.
HSL color Cylindrical-coordinate representation of color #90BAE6: hue angle of 210.7º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90BAE6 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 186 | 230 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.10 |
| HSL | 210.7º | 0.63% | 0.73% | - |
| HSV(B) | 210.7º | 0.37% | 0.9% | - |
| XYZ | 43.34 | 46.76 | 81.6 | - |
| YUV | 178.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 230 | 0.37 | 0.19 | 0 | 0.10 | 210.7 | 0.63 | 0.73 |
| Hex | 90 | BA | E6 | 25 | 13 | 0 | A | D3 | 3F | 49 |
| Octal | 220 | 272 | 346 | 45 | 23 | 0 | 12 | 323 | 77 | 111 |
| Binary | 10010000 | 10111010 | 11100110 | 100101 | 10011 | 0 | 1010 | 11010011 | 111111 | 1001001 |
Color Harmonies of #90BAE6
Complementary color
Monochromatic Colors of #90BAE6
Black with #90BAE6
Text Example
Text Example
White with #90BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAE6; }
p { color: rgb(144,186,230); }
H1.HeaderClassName
{
color: #90BAE6;
}
.AnyTagClassName
{
color: #90BAE6;
}
</style>
background-color css
<style>
a { background-color: #90BAE6; }
a { background-color: rgb(144,186,230); }
div.DivClassName
{
background-color: #90BAE6;
}
.BgClassName
{
background-color: #90BAE6;
}
</style>
border-color css
<style>
span { border-color: #90BAE6; }
span { border-color: rgb(144,186,230); }
td.TdClassName
{
border-color: #90BAE6;
}
.TagClassName
{
border-color: #90BAE6;
}
</style>