Shades of Cornflower #90C7EC
Tints of Cornflower #90C7EC
RGB
CMYK
RGB Variations
Color information
#90C7EC (or 0x90C7EC) is known color: Cornflower. HEX triplet: 90, C7 and EC. RGB value is (144,199,236). Sum of RGB (Red+Green+Blue) = 144+199+236=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #90C7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C7EC is #6F3813. Grayscale: #BABABA. Windows color (decimal): -7288852 or 15517584. OLE color: 15517584.
HSL color Cylindrical-coordinate representation of color #90C7EC: hue angle of 204.13º 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 #90C7EC is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 199 | 236 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.07 |
| HSL | 204.13º | 0.71% | 0.75% | - |
| HSV(B) | 204.13º | 0.39% | 0.93% | - |
| XYZ | 47.07 | 52.83 | 87.07 | - |
| YUV | 186.77 | 155.78 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 236 | 0.39 | 0.16 | 0 | 0.07 | 204.13 | 0.71 | 0.75 |
| Hex | 90 | C7 | EC | 27 | 10 | 0 | 7 | CC | 47 | 4B |
| Octal | 220 | 307 | 354 | 47 | 20 | 0 | 7 | 314 | 107 | 113 |
| Binary | 10010000 | 11000111 | 11101100 | 100111 | 10000 | 0 | 111 | 11001100 | 1000111 | 1001011 |
Color Harmonies of #90C7EC
Complementary color
Monochromatic Colors of #90C7EC
Black with #90C7EC
Text Example
Text Example
White with #90C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C7EC; }
p { color: rgb(144,199,236); }
H1.HeaderClassName
{
color: #90C7EC;
}
.AnyTagClassName
{
color: #90C7EC;
}
</style>
background-color css
<style>
a { background-color: #90C7EC; }
a { background-color: rgb(144,199,236); }
div.DivClassName
{
background-color: #90C7EC;
}
.BgClassName
{
background-color: #90C7EC;
}
</style>
border-color css
<style>
span { border-color: #90C7EC; }
span { border-color: rgb(144,199,236); }
td.TdClassName
{
border-color: #90C7EC;
}
.TagClassName
{
border-color: #90C7EC;
}
</style>