Shades of Cornflower #93BADD
Tints of Cornflower #93BADD
RGB
CMYK
RGB Variations
Color information
#93BADD (or 0x93BADD) is known color: Cornflower. HEX triplet: 93, BA and DD. RGB value is (147,186,221). Sum of RGB (Red+Green+Blue) = 147+186+221=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #93BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BADD is #6C4522. Grayscale: #B2B2B2. Windows color (decimal): -7095587 or 14531219. OLE color: 14531219.
HSL color Cylindrical-coordinate representation of color #93BADD: hue angle of 208.38º 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 #93BADD is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 186 | 221 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.13 |
| HSL | 208.38º | 0.52% | 0.72% | - |
| HSV(B) | 208.38º | 0.33% | 0.87% | - |
| XYZ | 42.64 | 46.54 | 75.14 | - |
| YUV | 178.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 221 | 0.33 | 0.16 | 0 | 0.13 | 208.38 | 0.52 | 0.72 |
| Hex | 93 | BA | DD | 21 | 10 | 0 | D | D0 | 34 | 48 |
| Octal | 223 | 272 | 335 | 41 | 20 | 0 | 15 | 320 | 64 | 110 |
| Binary | 10010011 | 10111010 | 11011101 | 100001 | 10000 | 0 | 1101 | 11010000 | 110100 | 1001000 |
Color Harmonies of #93BADD
Complementary color
Monochromatic Colors of #93BADD
Black with #93BADD
Text Example
Text Example
White with #93BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BADD; }
p { color: rgb(147,186,221); }
H1.HeaderClassName
{
color: #93BADD;
}
.AnyTagClassName
{
color: #93BADD;
}
</style>
background-color css
<style>
a { background-color: #93BADD; }
a { background-color: rgb(147,186,221); }
div.DivClassName
{
background-color: #93BADD;
}
.BgClassName
{
background-color: #93BADD;
}
</style>
border-color css
<style>
span { border-color: #93BADD; }
span { border-color: rgb(147,186,221); }
td.TdClassName
{
border-color: #93BADD;
}
.TagClassName
{
border-color: #93BADD;
}
</style>