Shades of Cornflower #90C7E8
Tints of Cornflower #90C7E8
RGB
CMYK
RGB Variations
Color information
#90C7E8 (or 0x90C7E8) is known color: Cornflower. HEX triplet: 90, C7 and E8. RGB value is (144,199,232). Sum of RGB (Red+Green+Blue) = 144+199+232=575 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.04% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #90C7E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C7E8 is #6F3817. Grayscale: #BABABA. Windows color (decimal): -7288856 or 15255440. OLE color: 15255440.
HSL color Cylindrical-coordinate representation of color #90C7E8: hue angle of 202.5º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90C7E8 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 199 | 232 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.09 |
| HSL | 202.5º | 0.66% | 0.74% | - |
| HSV(B) | 202.5º | 0.38% | 0.91% | - |
| XYZ | 46.49 | 52.6 | 84.05 | - |
| YUV | 186.32 | 153.78 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 232 | 0.38 | 0.14 | 0 | 0.09 | 202.5 | 0.66 | 0.74 |
| Hex | 90 | C7 | E8 | 26 | E | 0 | 9 | CA | 42 | 4A |
| Octal | 220 | 307 | 350 | 46 | 16 | 0 | 11 | 312 | 102 | 112 |
| Binary | 10010000 | 11000111 | 11101000 | 100110 | 1110 | 0 | 1001 | 11001010 | 1000010 | 1001010 |
Color Harmonies of #90C7E8
Complementary color
Monochromatic Colors of #90C7E8
Black with #90C7E8
Text Example
Text Example
White with #90C7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C7E8; }
p { color: rgb(144,199,232); }
H1.HeaderClassName
{
color: #90C7E8;
}
.AnyTagClassName
{
color: #90C7E8;
}
</style>
background-color css
<style>
a { background-color: #90C7E8; }
a { background-color: rgb(144,199,232); }
div.DivClassName
{
background-color: #90C7E8;
}
.BgClassName
{
background-color: #90C7E8;
}
</style>
border-color css
<style>
span { border-color: #90C7E8; }
span { border-color: rgb(144,199,232); }
td.TdClassName
{
border-color: #90C7E8;
}
.TagClassName
{
border-color: #90C7E8;
}
</style>