Shades of Cornflower #92BADD
Tints of Cornflower #92BADD
RGB
CMYK
RGB Variations
Color information
#92BADD (or 0x92BADD) is known color: Cornflower. HEX triplet: 92, BA and DD. RGB value is (146,186,221). Sum of RGB (Red+Green+Blue) = 146+186+221=553 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.40% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #92BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BADD is #6D4522. Grayscale: #B1B1B1. Windows color (decimal): -7161123 or 14531218. OLE color: 14531218.
HSL color Cylindrical-coordinate representation of color #92BADD: hue angle of 208º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92BADD is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 186 | 221 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.13 |
| HSL | 208º | 0.52% | 0.72% | - |
| HSV(B) | 208º | 0.34% | 0.87% | - |
| XYZ | 42.46 | 46.45 | 75.13 | - |
| YUV | 178.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 221 | 0.34 | 0.16 | 0 | 0.13 | 208 | 0.52 | 0.72 |
| Hex | 92 | BA | DD | 22 | 10 | 0 | D | D0 | 34 | 48 |
| Octal | 222 | 272 | 335 | 42 | 20 | 0 | 15 | 320 | 64 | 110 |
| Binary | 10010010 | 10111010 | 11011101 | 100010 | 10000 | 0 | 1101 | 11010000 | 110100 | 1001000 |
Color Harmonies of #92BADD
Complementary color
Monochromatic Colors of #92BADD
Black with #92BADD
Text Example
Text Example
White with #92BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BADD; }
p { color: rgb(146,186,221); }
H1.HeaderClassName
{
color: #92BADD;
}
.AnyTagClassName
{
color: #92BADD;
}
</style>
background-color css
<style>
a { background-color: #92BADD; }
a { background-color: rgb(146,186,221); }
div.DivClassName
{
background-color: #92BADD;
}
.BgClassName
{
background-color: #92BADD;
}
</style>
border-color css
<style>
span { border-color: #92BADD; }
span { border-color: rgb(146,186,221); }
td.TdClassName
{
border-color: #92BADD;
}
.TagClassName
{
border-color: #92BADD;
}
</style>