Shades of Cornflower #90C0E1
Tints of Cornflower #90C0E1
RGB
CMYK
RGB Variations
Color information
#90C0E1 (or 0x90C0E1) is known color: Cornflower. HEX triplet: 90, C0 and E1. RGB value is (144,192,225). Sum of RGB (Red+Green+Blue) = 144+192+225=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #90C0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C0E1 is #6F3F1E. Grayscale: #B5B5B5. Windows color (decimal): -7290655 or 14794896. OLE color: 14794896.
HSL color Cylindrical-coordinate representation of color #90C0E1: hue angle of 204.44º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90C0E1 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 192 | 225 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.12 |
| HSL | 204.44º | 0.57% | 0.72% | - |
| HSV(B) | 204.44º | 0.36% | 0.88% | - |
| XYZ | 43.94 | 49.06 | 78.39 | - |
| YUV | 181.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 225 | 0.36 | 0.15 | 0 | 0.12 | 204.44 | 0.57 | 0.72 |
| Hex | 90 | C0 | E1 | 24 | F | 0 | C | CC | 39 | 48 |
| Octal | 220 | 300 | 341 | 44 | 17 | 0 | 14 | 314 | 71 | 110 |
| Binary | 10010000 | 11000000 | 11100001 | 100100 | 1111 | 0 | 1100 | 11001100 | 111001 | 1001000 |
Color Harmonies of #90C0E1
Complementary color
Monochromatic Colors of #90C0E1
Black with #90C0E1
Text Example
Text Example
White with #90C0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C0E1; }
p { color: rgb(144,192,225); }
H1.HeaderClassName
{
color: #90C0E1;
}
.AnyTagClassName
{
color: #90C0E1;
}
</style>
background-color css
<style>
a { background-color: #90C0E1; }
a { background-color: rgb(144,192,225); }
div.DivClassName
{
background-color: #90C0E1;
}
.BgClassName
{
background-color: #90C0E1;
}
</style>
border-color css
<style>
span { border-color: #90C0E1; }
span { border-color: rgb(144,192,225); }
td.TdClassName
{
border-color: #90C0E1;
}
.TagClassName
{
border-color: #90C0E1;
}
</style>