Shades of Cornflower #93BADC
Tints of Cornflower #93BADC
RGB
CMYK
RGB Variations
Color information
#93BADC (or 0x93BADC) is known color: Cornflower. HEX triplet: 93, BA and DC. RGB value is (147,186,220). Sum of RGB (Red+Green+Blue) = 147+186+220=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #93BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BADC is #6C4523. Grayscale: #B2B2B2. Windows color (decimal): -7095588 or 14465683. OLE color: 14465683.
HSL color Cylindrical-coordinate representation of color #93BADC: hue angle of 207.95º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93BADC is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 186 | 220 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.14 |
| HSL | 207.95º | 0.51% | 0.72% | - |
| HSV(B) | 207.95º | 0.33% | 0.86% | - |
| XYZ | 42.51 | 46.49 | 74.44 | - |
| YUV | 178.22 | 151.58 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 220 | 0.33 | 0.15 | 0 | 0.14 | 207.95 | 0.51 | 0.72 |
| Hex | 93 | BA | DC | 21 | F | 0 | E | D0 | 33 | 48 |
| Octal | 223 | 272 | 334 | 41 | 17 | 0 | 16 | 320 | 63 | 110 |
| Binary | 10010011 | 10111010 | 11011100 | 100001 | 1111 | 0 | 1110 | 11010000 | 110011 | 1001000 |
Color Harmonies of #93BADC
Complementary color
Monochromatic Colors of #93BADC
Black with #93BADC
Text Example
Text Example
White with #93BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BADC; }
p { color: rgb(147,186,220); }
H1.HeaderClassName
{
color: #93BADC;
}
.AnyTagClassName
{
color: #93BADC;
}
</style>
background-color css
<style>
a { background-color: #93BADC; }
a { background-color: rgb(147,186,220); }
div.DivClassName
{
background-color: #93BADC;
}
.BgClassName
{
background-color: #93BADC;
}
</style>
border-color css
<style>
span { border-color: #93BADC; }
span { border-color: rgb(147,186,220); }
td.TdClassName
{
border-color: #93BADC;
}
.TagClassName
{
border-color: #93BADC;
}
</style>