Shades of Cornflower #90B8EC
Tints of Cornflower #90B8EC
RGB
CMYK
RGB Variations
Color information
#90B8EC (or 0x90B8EC) is known color: Cornflower. HEX triplet: 90, B8 and EC. RGB value is (144,184,236). Sum of RGB (Red+Green+Blue) = 144+184+236=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #90B8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B8EC is #6F4713. Grayscale: #B1B1B1. Windows color (decimal): -7292692 or 15513744. OLE color: 15513744.
HSL color Cylindrical-coordinate representation of color #90B8EC: hue angle of 213.91º degrees, saturation: 0.71, 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 #90B8EC is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 184 | 236 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.07 |
| HSL | 213.91º | 0.71% | 0.75% | - |
| HSV(B) | 213.91º | 0.39% | 0.93% | - |
| XYZ | 43.78 | 46.27 | 85.98 | - |
| YUV | 177.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 184 | 236 | 0.39 | 0.22 | 0 | 0.07 | 213.91 | 0.71 | 0.75 |
| Hex | 90 | B8 | EC | 27 | 16 | 0 | 7 | D6 | 47 | 4B |
| Octal | 220 | 270 | 354 | 47 | 26 | 0 | 7 | 326 | 107 | 113 |
| Binary | 10010000 | 10111000 | 11101100 | 100111 | 10110 | 0 | 111 | 11010110 | 1000111 | 1001011 |
Color Harmonies of #90B8EC
Complementary color
Monochromatic Colors of #90B8EC
Black with #90B8EC
Text Example
Text Example
White with #90B8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B8EC; }
p { color: rgb(144,184,236); }
H1.HeaderClassName
{
color: #90B8EC;
}
.AnyTagClassName
{
color: #90B8EC;
}
</style>
background-color css
<style>
a { background-color: #90B8EC; }
a { background-color: rgb(144,184,236); }
div.DivClassName
{
background-color: #90B8EC;
}
.BgClassName
{
background-color: #90B8EC;
}
</style>
border-color css
<style>
span { border-color: #90B8EC; }
span { border-color: rgb(144,184,236); }
td.TdClassName
{
border-color: #90B8EC;
}
.TagClassName
{
border-color: #90B8EC;
}
</style>