Shades of Cornflower #93BADA
Tints of Cornflower #93BADA
RGB
CMYK
RGB Variations
Color information
#93BADA (or 0x93BADA) is known color: Cornflower. HEX triplet: 93, BA and DA. RGB value is (147,186,218). Sum of RGB (Red+Green+Blue) = 147+186+218=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #93BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BADA is #6C4525. Grayscale: #B1B1B1. Windows color (decimal): -7095590 or 14334611. OLE color: 14334611.
HSL color Cylindrical-coordinate representation of color #93BADA: hue angle of 207.04º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93BADA is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 186 | 218 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.15 |
| HSL | 207.04º | 0.49% | 0.72% | - |
| HSV(B) | 207.04º | 0.33% | 0.85% | - |
| XYZ | 42.25 | 46.38 | 73.06 | - |
| YUV | 177.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 218 | 0.33 | 0.15 | 0 | 0.15 | 207.04 | 0.49 | 0.72 |
| Hex | 93 | BA | DA | 21 | F | 0 | F | CF | 31 | 48 |
| Octal | 223 | 272 | 332 | 41 | 17 | 0 | 17 | 317 | 61 | 110 |
| Binary | 10010011 | 10111010 | 11011010 | 100001 | 1111 | 0 | 1111 | 11001111 | 110001 | 1001000 |
Color Harmonies of #93BADA
Complementary color
Monochromatic Colors of #93BADA
Black with #93BADA
Text Example
Text Example
White with #93BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BADA; }
p { color: rgb(147,186,218); }
H1.HeaderClassName
{
color: #93BADA;
}
.AnyTagClassName
{
color: #93BADA;
}
</style>
background-color css
<style>
a { background-color: #93BADA; }
a { background-color: rgb(147,186,218); }
div.DivClassName
{
background-color: #93BADA;
}
.BgClassName
{
background-color: #93BADA;
}
</style>
border-color css
<style>
span { border-color: #93BADA; }
span { border-color: rgb(147,186,218); }
td.TdClassName
{
border-color: #93BADA;
}
.TagClassName
{
border-color: #93BADA;
}
</style>