Shades of Cornflower #90C0EB
Tints of Cornflower #90C0EB
RGB
CMYK
RGB Variations
Color information
#90C0EB (or 0x90C0EB) is known color: Cornflower. HEX triplet: 90, C0 and EB. RGB value is (144,192,235). Sum of RGB (Red+Green+Blue) = 144+192+235=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #90C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C0EB is #6F3F14. Grayscale: #B6B6B6. Windows color (decimal): -7290645 or 15450256. OLE color: 15450256.
HSL color Cylindrical-coordinate representation of color #90C0EB: hue angle of 208.35º 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 #90C0EB is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 192 | 235 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.08 |
| HSL | 208.35º | 0.69% | 0.74% | - |
| HSV(B) | 208.35º | 0.39% | 0.92% | - |
| XYZ | 45.35 | 49.63 | 85.79 | - |
| YUV | 182.55 | 157.6 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 235 | 0.39 | 0.18 | 0 | 0.08 | 208.35 | 0.69 | 0.74 |
| Hex | 90 | C0 | EB | 27 | 12 | 0 | 8 | D0 | 45 | 4A |
| Octal | 220 | 300 | 353 | 47 | 22 | 0 | 10 | 320 | 105 | 112 |
| Binary | 10010000 | 11000000 | 11101011 | 100111 | 10010 | 0 | 1000 | 11010000 | 1000101 | 1001010 |
Color Harmonies of #90C0EB
Complementary color
Monochromatic Colors of #90C0EB
Black with #90C0EB
Text Example
Text Example
White with #90C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C0EB; }
p { color: rgb(144,192,235); }
H1.HeaderClassName
{
color: #90C0EB;
}
.AnyTagClassName
{
color: #90C0EB;
}
</style>
background-color css
<style>
a { background-color: #90C0EB; }
a { background-color: rgb(144,192,235); }
div.DivClassName
{
background-color: #90C0EB;
}
.BgClassName
{
background-color: #90C0EB;
}
</style>
border-color css
<style>
span { border-color: #90C0EB; }
span { border-color: rgb(144,192,235); }
td.TdClassName
{
border-color: #90C0EB;
}
.TagClassName
{
border-color: #90C0EB;
}
</style>