Shades of Cornflower #90C7E1
Tints of Cornflower #90C7E1
RGB
CMYK
RGB Variations
Color information
#90C7E1 (or 0x90C7E1) is known color: Cornflower. HEX triplet: 90, C7 and E1. RGB value is (144,199,225). Sum of RGB (Red+Green+Blue) = 144+199+225=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #90C7E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C7E1 is #6F381E. Grayscale: #B9B9B9. Windows color (decimal): -7288863 or 14796688. OLE color: 14796688.
HSL color Cylindrical-coordinate representation of color #90C7E1: hue angle of 199.26º 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 #90C7E1 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 199 | 225 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.12 |
| HSL | 199.26º | 0.57% | 0.72% | - |
| HSV(B) | 199.26º | 0.36% | 0.88% | - |
| XYZ | 45.52 | 52.21 | 78.91 | - |
| YUV | 185.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 225 | 0.36 | 0.12 | 0 | 0.12 | 199.26 | 0.57 | 0.72 |
| Hex | 90 | C7 | E1 | 24 | C | 0 | C | C7 | 39 | 48 |
| Octal | 220 | 307 | 341 | 44 | 14 | 0 | 14 | 307 | 71 | 110 |
| Binary | 10010000 | 11000111 | 11100001 | 100100 | 1100 | 0 | 1100 | 11000111 | 111001 | 1001000 |
Color Harmonies of #90C7E1
Complementary color
Monochromatic Colors of #90C7E1
Black with #90C7E1
Text Example
Text Example
White with #90C7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C7E1; }
p { color: rgb(144,199,225); }
H1.HeaderClassName
{
color: #90C7E1;
}
.AnyTagClassName
{
color: #90C7E1;
}
</style>
background-color css
<style>
a { background-color: #90C7E1; }
a { background-color: rgb(144,199,225); }
div.DivClassName
{
background-color: #90C7E1;
}
.BgClassName
{
background-color: #90C7E1;
}
</style>
border-color css
<style>
span { border-color: #90C7E1; }
span { border-color: rgb(144,199,225); }
td.TdClassName
{
border-color: #90C7E1;
}
.TagClassName
{
border-color: #90C7E1;
}
</style>