Shades of Cornflower #90C0F1
Tints of Cornflower #90C0F1
RGB
CMYK
RGB Variations
Color information
#90C0F1 (or 0x90C0F1) is known color: Cornflower. HEX triplet: 90, C0 and F1. RGB value is (144,192,241). Sum of RGB (Red+Green+Blue) = 144+192+241=577 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.96% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #90C0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C0F1 is #6F3F0E. Grayscale: #B6B6B6. Windows color (decimal): -7290639 or 15843472. OLE color: 15843472.
HSL color Cylindrical-coordinate representation of color #90C0F1: hue angle of 210.31º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90C0F1 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 192 | 241 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.05 |
| HSL | 210.31º | 0.78% | 0.75% | - |
| HSV(B) | 210.31º | 0.4% | 0.95% | - |
| XYZ | 46.23 | 49.98 | 90.43 | - |
| YUV | 183.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 241 | 0.40 | 0.20 | 0 | 0.05 | 210.31 | 0.78 | 0.75 |
| Hex | 90 | C0 | F1 | 28 | 14 | 0 | 5 | D2 | 4E | 4B |
| Octal | 220 | 300 | 361 | 50 | 24 | 0 | 5 | 322 | 116 | 113 |
| Binary | 10010000 | 11000000 | 11110001 | 101000 | 10100 | 0 | 101 | 11010010 | 1001110 | 1001011 |
Color Harmonies of #90C0F1
Complementary color
Monochromatic Colors of #90C0F1
Black with #90C0F1
Text Example
Text Example
White with #90C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C0F1; }
p { color: rgb(144,192,241); }
H1.HeaderClassName
{
color: #90C0F1;
}
.AnyTagClassName
{
color: #90C0F1;
}
</style>
background-color css
<style>
a { background-color: #90C0F1; }
a { background-color: rgb(144,192,241); }
div.DivClassName
{
background-color: #90C0F1;
}
.BgClassName
{
background-color: #90C0F1;
}
</style>
border-color css
<style>
span { border-color: #90C0F1; }
span { border-color: rgb(144,192,241); }
td.TdClassName
{
border-color: #90C0F1;
}
.TagClassName
{
border-color: #90C0F1;
}
</style>