Shades of Cornflower #93BAE5
Tints of Cornflower #93BAE5
RGB
CMYK
RGB Variations
Color information
#93BAE5 (or 0x93BAE5) is known color: Cornflower. HEX triplet: 93, BA and E5. RGB value is (147,186,229). Sum of RGB (Red+Green+Blue) = 147+186+229=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #93BAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BAE5 is #6C451A. Grayscale: #B3B3B3. Windows color (decimal): -7095579 or 15055507. OLE color: 15055507.
HSL color Cylindrical-coordinate representation of color #93BAE5: hue angle of 211.46º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93BAE5 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 186 | 229 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.10 |
| HSL | 211.46º | 0.61% | 0.74% | - |
| HSV(B) | 211.46º | 0.36% | 0.9% | - |
| XYZ | 43.73 | 46.98 | 80.89 | - |
| YUV | 179.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 229 | 0.36 | 0.19 | 0 | 0.10 | 211.46 | 0.61 | 0.74 |
| Hex | 93 | BA | E5 | 24 | 13 | 0 | A | D3 | 3D | 4A |
| Octal | 223 | 272 | 345 | 44 | 23 | 0 | 12 | 323 | 75 | 112 |
| Binary | 10010011 | 10111010 | 11100101 | 100100 | 10011 | 0 | 1010 | 11010011 | 111101 | 1001010 |
Color Harmonies of #93BAE5
Complementary color
Monochromatic Colors of #93BAE5
Black with #93BAE5
Text Example
Text Example
White with #93BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BAE5; }
p { color: rgb(147,186,229); }
H1.HeaderClassName
{
color: #93BAE5;
}
.AnyTagClassName
{
color: #93BAE5;
}
</style>
background-color css
<style>
a { background-color: #93BAE5; }
a { background-color: rgb(147,186,229); }
div.DivClassName
{
background-color: #93BAE5;
}
.BgClassName
{
background-color: #93BAE5;
}
</style>
border-color css
<style>
span { border-color: #93BAE5; }
span { border-color: rgb(147,186,229); }
td.TdClassName
{
border-color: #93BAE5;
}
.TagClassName
{
border-color: #93BAE5;
}
</style>