Shades of Cornflower #90BADF
Tints of Cornflower #90BADF
RGB
CMYK
RGB Variations
Color information
#90BADF (or 0x90BADF) is known color: Cornflower. HEX triplet: 90, BA and DF. RGB value is (144,186,223). Sum of RGB (Red+Green+Blue) = 144+186+223=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #90BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BADF is #6F4520. Grayscale: #B1B1B1. Windows color (decimal): -7292193 or 14662288. OLE color: 14662288.
HSL color Cylindrical-coordinate representation of color #90BADF: hue angle of 208.1º degrees, saturation: 0.55, 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 #90BADF is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 186 | 223 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.13 |
| HSL | 208.1º | 0.55% | 0.72% | - |
| HSV(B) | 208.1º | 0.35% | 0.87% | - |
| XYZ | 42.38 | 46.37 | 76.53 | - |
| YUV | 177.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 223 | 0.35 | 0.17 | 0 | 0.13 | 208.1 | 0.55 | 0.72 |
| Hex | 90 | BA | DF | 23 | 11 | 0 | D | D0 | 37 | 48 |
| Octal | 220 | 272 | 337 | 43 | 21 | 0 | 15 | 320 | 67 | 110 |
| Binary | 10010000 | 10111010 | 11011111 | 100011 | 10001 | 0 | 1101 | 11010000 | 110111 | 1001000 |
Color Harmonies of #90BADF
Complementary color
Monochromatic Colors of #90BADF
Black with #90BADF
Text Example
Text Example
White with #90BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BADF; }
p { color: rgb(144,186,223); }
H1.HeaderClassName
{
color: #90BADF;
}
.AnyTagClassName
{
color: #90BADF;
}
</style>
background-color css
<style>
a { background-color: #90BADF; }
a { background-color: rgb(144,186,223); }
div.DivClassName
{
background-color: #90BADF;
}
.BgClassName
{
background-color: #90BADF;
}
</style>
border-color css
<style>
span { border-color: #90BADF; }
span { border-color: rgb(144,186,223); }
td.TdClassName
{
border-color: #90BADF;
}
.TagClassName
{
border-color: #90BADF;
}
</style>