Shades of Cornflower #90C5F1
Tints of Cornflower #90C5F1
RGB
CMYK
RGB Variations
Color information
#90C5F1 (or 0x90C5F1) is known color: Cornflower. HEX triplet: 90, C5 and F1. RGB value is (144,197,241). Sum of RGB (Red+Green+Blue) = 144+197+241=582 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.74% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #90C5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C5F1 is #6F3A0E. Grayscale: #B9B9B9. Windows color (decimal): -7289359 or 15844752. OLE color: 15844752.
HSL color Cylindrical-coordinate representation of color #90C5F1: hue angle of 207.22º 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 #90C5F1 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 197 | 241 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.05 |
| HSL | 207.22º | 0.78% | 0.75% | - |
| HSV(B) | 207.22º | 0.4% | 0.95% | - |
| XYZ | 47.35 | 52.21 | 90.8 | - |
| YUV | 186.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 241 | 0.40 | 0.18 | 0 | 0.05 | 207.22 | 0.78 | 0.75 |
| Hex | 90 | C5 | F1 | 28 | 12 | 0 | 5 | CF | 4E | 4B |
| Octal | 220 | 305 | 361 | 50 | 22 | 0 | 5 | 317 | 116 | 113 |
| Binary | 10010000 | 11000101 | 11110001 | 101000 | 10010 | 0 | 101 | 11001111 | 1001110 | 1001011 |
Color Harmonies of #90C5F1
Complementary color
Monochromatic Colors of #90C5F1
Black with #90C5F1
Text Example
Text Example
White with #90C5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C5F1; }
p { color: rgb(144,197,241); }
H1.HeaderClassName
{
color: #90C5F1;
}
.AnyTagClassName
{
color: #90C5F1;
}
</style>
background-color css
<style>
a { background-color: #90C5F1; }
a { background-color: rgb(144,197,241); }
div.DivClassName
{
background-color: #90C5F1;
}
.BgClassName
{
background-color: #90C5F1;
}
</style>
border-color css
<style>
span { border-color: #90C5F1; }
span { border-color: rgb(144,197,241); }
td.TdClassName
{
border-color: #90C5F1;
}
.TagClassName
{
border-color: #90C5F1;
}
</style>