Shades of Cornflower #90BADE
Tints of Cornflower #90BADE
RGB
CMYK
RGB Variations
Color information
#90BADE (or 0x90BADE) is known color: Cornflower. HEX triplet: 90, BA and DE. RGB value is (144,186,222). Sum of RGB (Red+Green+Blue) = 144+186+222=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #90BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BADE is #6F4521. Grayscale: #B1B1B1. Windows color (decimal): -7292194 or 14596752. OLE color: 14596752.
HSL color Cylindrical-coordinate representation of color #90BADE: hue angle of 207.69º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BADE is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 186 | 222 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.13 |
| HSL | 207.69º | 0.54% | 0.72% | - |
| HSV(B) | 207.69º | 0.35% | 0.87% | - |
| XYZ | 42.25 | 46.32 | 75.82 | - |
| YUV | 177.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 222 | 0.35 | 0.16 | 0 | 0.13 | 207.69 | 0.54 | 0.72 |
| Hex | 90 | BA | DE | 23 | 10 | 0 | D | D0 | 36 | 48 |
| Octal | 220 | 272 | 336 | 43 | 20 | 0 | 15 | 320 | 66 | 110 |
| Binary | 10010000 | 10111010 | 11011110 | 100011 | 10000 | 0 | 1101 | 11010000 | 110110 | 1001000 |
Color Harmonies of #90BADE
Complementary color
Monochromatic Colors of #90BADE
Black with #90BADE
Text Example
Text Example
White with #90BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BADE; }
p { color: rgb(144,186,222); }
H1.HeaderClassName
{
color: #90BADE;
}
.AnyTagClassName
{
color: #90BADE;
}
</style>
background-color css
<style>
a { background-color: #90BADE; }
a { background-color: rgb(144,186,222); }
div.DivClassName
{
background-color: #90BADE;
}
.BgClassName
{
background-color: #90BADE;
}
</style>
border-color css
<style>
span { border-color: #90BADE; }
span { border-color: rgb(144,186,222); }
td.TdClassName
{
border-color: #90BADE;
}
.TagClassName
{
border-color: #90BADE;
}
</style>