Shades of Cornflower #90C9EC
Tints of Cornflower #90C9EC
RGB
CMYK
RGB Variations
Color information
#90C9EC (or 0x90C9EC) is known color: Cornflower. HEX triplet: 90, C9 and EC. RGB value is (144,201,236). Sum of RGB (Red+Green+Blue) = 144+201+236=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #90C9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C9EC is #6F3613. Grayscale: #BBBBBB. Windows color (decimal): -7288340 or 15518096. OLE color: 15518096.
HSL color Cylindrical-coordinate representation of color #90C9EC: hue angle of 202.83º 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 #90C9EC is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 201 | 236 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.07 |
| HSL | 202.83º | 0.71% | 0.75% | - |
| HSV(B) | 202.83º | 0.39% | 0.93% | - |
| XYZ | 47.53 | 53.76 | 87.23 | - |
| YUV | 187.95 | 155.12 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 236 | 0.39 | 0.15 | 0 | 0.07 | 202.83 | 0.71 | 0.75 |
| Hex | 90 | C9 | EC | 27 | F | 0 | 7 | CB | 47 | 4B |
| Octal | 220 | 311 | 354 | 47 | 17 | 0 | 7 | 313 | 107 | 113 |
| Binary | 10010000 | 11001001 | 11101100 | 100111 | 1111 | 0 | 111 | 11001011 | 1000111 | 1001011 |
Color Harmonies of #90C9EC
Complementary color
Monochromatic Colors of #90C9EC
Black with #90C9EC
Text Example
Text Example
White with #90C9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C9EC; }
p { color: rgb(144,201,236); }
H1.HeaderClassName
{
color: #90C9EC;
}
.AnyTagClassName
{
color: #90C9EC;
}
</style>
background-color css
<style>
a { background-color: #90C9EC; }
a { background-color: rgb(144,201,236); }
div.DivClassName
{
background-color: #90C9EC;
}
.BgClassName
{
background-color: #90C9EC;
}
</style>
border-color css
<style>
span { border-color: #90C9EC; }
span { border-color: rgb(144,201,236); }
td.TdClassName
{
border-color: #90C9EC;
}
.TagClassName
{
border-color: #90C9EC;
}
</style>