Shades of Cornflower #94BADD
Tints of Cornflower #94BADD
RGB
CMYK
RGB Variations
Color information
#94BADD (or 0x94BADD) is known color: Cornflower. HEX triplet: 94, BA and DD. RGB value is (148,186,221). Sum of RGB (Red+Green+Blue) = 148+186+221=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #94BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BADD is #6B4522. Grayscale: #B2B2B2. Windows color (decimal): -7030051 or 14531220. OLE color: 14531220.
HSL color Cylindrical-coordinate representation of color #94BADD: hue angle of 208.77º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94BADD is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 186 | 221 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.13 |
| HSL | 208.77º | 0.52% | 0.72% | - |
| HSV(B) | 208.77º | 0.33% | 0.87% | - |
| XYZ | 42.82 | 46.63 | 75.15 | - |
| YUV | 178.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 186 | 221 | 0.33 | 0.16 | 0 | 0.13 | 208.77 | 0.52 | 0.72 |
| Hex | 94 | BA | DD | 21 | 10 | 0 | D | D1 | 34 | 48 |
| Octal | 224 | 272 | 335 | 41 | 20 | 0 | 15 | 321 | 64 | 110 |
| Binary | 10010100 | 10111010 | 11011101 | 100001 | 10000 | 0 | 1101 | 11010001 | 110100 | 1001000 |
Color Harmonies of #94BADD
Complementary color
Monochromatic Colors of #94BADD
Black with #94BADD
Text Example
Text Example
White with #94BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BADD; }
p { color: rgb(148,186,221); }
H1.HeaderClassName
{
color: #94BADD;
}
.AnyTagClassName
{
color: #94BADD;
}
</style>
background-color css
<style>
a { background-color: #94BADD; }
a { background-color: rgb(148,186,221); }
div.DivClassName
{
background-color: #94BADD;
}
.BgClassName
{
background-color: #94BADD;
}
</style>
border-color css
<style>
span { border-color: #94BADD; }
span { border-color: rgb(148,186,221); }
td.TdClassName
{
border-color: #94BADD;
}
.TagClassName
{
border-color: #94BADD;
}
</style>