Shades of Cornflower #90B9DC
Tints of Cornflower #90B9DC
RGB
CMYK
RGB Variations
Color information
#90B9DC (or 0x90B9DC) is known color: Cornflower. HEX triplet: 90, B9 and DC. RGB value is (144,185,220). Sum of RGB (Red+Green+Blue) = 144+185+220=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #90B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B9DC is #6F4623. Grayscale: #B0B0B0. Windows color (decimal): -7292452 or 14465424. OLE color: 14465424.
HSL color Cylindrical-coordinate representation of color #90B9DC: hue angle of 207.63º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90B9DC is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 185 | 220 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.14 |
| HSL | 207.63º | 0.52% | 0.71% | - |
| HSV(B) | 207.63º | 0.35% | 0.86% | - |
| XYZ | 41.77 | 45.79 | 74.35 | - |
| YUV | 176.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 185 | 220 | 0.35 | 0.16 | 0 | 0.14 | 207.63 | 0.52 | 0.71 |
| Hex | 90 | B9 | DC | 23 | 10 | 0 | E | D0 | 34 | 47 |
| Octal | 220 | 271 | 334 | 43 | 20 | 0 | 16 | 320 | 64 | 107 |
| Binary | 10010000 | 10111001 | 11011100 | 100011 | 10000 | 0 | 1110 | 11010000 | 110100 | 1000111 |
Color Harmonies of #90B9DC
Complementary color
Monochromatic Colors of #90B9DC
Black with #90B9DC
Text Example
Text Example
White with #90B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B9DC; }
p { color: rgb(144,185,220); }
H1.HeaderClassName
{
color: #90B9DC;
}
.AnyTagClassName
{
color: #90B9DC;
}
</style>
background-color css
<style>
a { background-color: #90B9DC; }
a { background-color: rgb(144,185,220); }
div.DivClassName
{
background-color: #90B9DC;
}
.BgClassName
{
background-color: #90B9DC;
}
</style>
border-color css
<style>
span { border-color: #90B9DC; }
span { border-color: rgb(144,185,220); }
td.TdClassName
{
border-color: #90B9DC;
}
.TagClassName
{
border-color: #90B9DC;
}
</style>