Shades of Cornflower #90C0EC
Tints of Cornflower #90C0EC
RGB
CMYK
RGB Variations
Color information
#90C0EC (or 0x90C0EC) is known color: Cornflower. HEX triplet: 90, C0 and EC. RGB value is (144,192,236). Sum of RGB (Red+Green+Blue) = 144+192+236=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #90C0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C0EC is #6F3F13. Grayscale: #B6B6B6. Windows color (decimal): -7290644 or 15515792. OLE color: 15515792.
HSL color Cylindrical-coordinate representation of color #90C0EC: hue angle of 208.7º 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 #90C0EC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 192 | 236 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.07 |
| HSL | 208.7º | 0.71% | 0.75% | - |
| HSV(B) | 208.7º | 0.39% | 0.93% | - |
| XYZ | 45.49 | 49.68 | 86.55 | - |
| YUV | 182.66 | 158.1 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 236 | 0.39 | 0.19 | 0 | 0.07 | 208.7 | 0.71 | 0.75 |
| Hex | 90 | C0 | EC | 27 | 13 | 0 | 7 | D1 | 47 | 4B |
| Octal | 220 | 300 | 354 | 47 | 23 | 0 | 7 | 321 | 107 | 113 |
| Binary | 10010000 | 11000000 | 11101100 | 100111 | 10011 | 0 | 111 | 11010001 | 1000111 | 1001011 |
Color Harmonies of #90C0EC
Complementary color
Monochromatic Colors of #90C0EC
Black with #90C0EC
Text Example
Text Example
White with #90C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C0EC; }
p { color: rgb(144,192,236); }
H1.HeaderClassName
{
color: #90C0EC;
}
.AnyTagClassName
{
color: #90C0EC;
}
</style>
background-color css
<style>
a { background-color: #90C0EC; }
a { background-color: rgb(144,192,236); }
div.DivClassName
{
background-color: #90C0EC;
}
.BgClassName
{
background-color: #90C0EC;
}
</style>
border-color css
<style>
span { border-color: #90C0EC; }
span { border-color: rgb(144,192,236); }
td.TdClassName
{
border-color: #90C0EC;
}
.TagClassName
{
border-color: #90C0EC;
}
</style>