Shades of Cornflower #93BAEA
Tints of Cornflower #93BAEA
RGB
CMYK
RGB Variations
Color information
#93BAEA (or 0x93BAEA) is known color: Cornflower. HEX triplet: 93, BA and EA. RGB value is (147,186,234). Sum of RGB (Red+Green+Blue) = 147+186+234=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #93BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAEA is #6C4515. Grayscale: #B3B3B3. Windows color (decimal): -7095574 or 15383187. OLE color: 15383187.
HSL color Cylindrical-coordinate representation of color #93BAEA: hue angle of 213.1º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93BAEA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 186 | 234 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.08 |
| HSL | 213.1º | 0.67% | 0.75% | - |
| HSV(B) | 213.1º | 0.37% | 0.92% | - |
| XYZ | 44.44 | 47.26 | 84.62 | - |
| YUV | 179.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 234 | 0.37 | 0.21 | 0 | 0.08 | 213.1 | 0.67 | 0.75 |
| Hex | 93 | BA | EA | 25 | 15 | 0 | 8 | D5 | 43 | 4B |
| Octal | 223 | 272 | 352 | 45 | 25 | 0 | 10 | 325 | 103 | 113 |
| Binary | 10010011 | 10111010 | 11101010 | 100101 | 10101 | 0 | 1000 | 11010101 | 1000011 | 1001011 |
Color Harmonies of #93BAEA
Complementary color
Monochromatic Colors of #93BAEA
Black with #93BAEA
Text Example
Text Example
White with #93BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BAEA; }
p { color: rgb(147,186,234); }
H1.HeaderClassName
{
color: #93BAEA;
}
.AnyTagClassName
{
color: #93BAEA;
}
</style>
background-color css
<style>
a { background-color: #93BAEA; }
a { background-color: rgb(147,186,234); }
div.DivClassName
{
background-color: #93BAEA;
}
.BgClassName
{
background-color: #93BAEA;
}
</style>
border-color css
<style>
span { border-color: #93BAEA; }
span { border-color: rgb(147,186,234); }
td.TdClassName
{
border-color: #93BAEA;
}
.TagClassName
{
border-color: #93BAEA;
}
</style>