Shades of Cornflower #90C7EB
Tints of Cornflower #90C7EB
RGB
CMYK
RGB Variations
Color information
#90C7EB (or 0x90C7EB) is known color: Cornflower. HEX triplet: 90, C7 and EB. RGB value is (144,199,235). Sum of RGB (Red+Green+Blue) = 144+199+235=578 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.91% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #90C7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C7EB is #6F3814. Grayscale: #BABABA. Windows color (decimal): -7288853 or 15452048. OLE color: 15452048.
HSL color Cylindrical-coordinate representation of color #90C7EB: hue angle of 203.74º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90C7EB is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 199 | 235 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.08 |
| HSL | 203.74º | 0.69% | 0.74% | - |
| HSV(B) | 203.74º | 0.39% | 0.92% | - |
| XYZ | 46.92 | 52.77 | 86.31 | - |
| YUV | 186.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 235 | 0.39 | 0.15 | 0 | 0.08 | 203.74 | 0.69 | 0.74 |
| Hex | 90 | C7 | EB | 27 | F | 0 | 8 | CC | 45 | 4A |
| Octal | 220 | 307 | 353 | 47 | 17 | 0 | 10 | 314 | 105 | 112 |
| Binary | 10010000 | 11000111 | 11101011 | 100111 | 1111 | 0 | 1000 | 11001100 | 1000101 | 1001010 |
Color Harmonies of #90C7EB
Complementary color
Monochromatic Colors of #90C7EB
Black with #90C7EB
Text Example
Text Example
White with #90C7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C7EB; }
p { color: rgb(144,199,235); }
H1.HeaderClassName
{
color: #90C7EB;
}
.AnyTagClassName
{
color: #90C7EB;
}
</style>
background-color css
<style>
a { background-color: #90C7EB; }
a { background-color: rgb(144,199,235); }
div.DivClassName
{
background-color: #90C7EB;
}
.BgClassName
{
background-color: #90C7EB;
}
</style>
border-color css
<style>
span { border-color: #90C7EB; }
span { border-color: rgb(144,199,235); }
td.TdClassName
{
border-color: #90C7EB;
}
.TagClassName
{
border-color: #90C7EB;
}
</style>