Shades of Cornflower #93BDE8
Tints of Cornflower #93BDE8
RGB
CMYK
RGB Variations
Color information
#93BDE8 (or 0x93BDE8) is known color: Cornflower. HEX triplet: 93, BD and E8. RGB value is (147,189,232). Sum of RGB (Red+Green+Blue) = 147+189+232=568 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.88% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #93BDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDE8 is #6C4217. Grayscale: #B5B5B5. Windows color (decimal): -7094808 or 15252883. OLE color: 15252883.
HSL color Cylindrical-coordinate representation of color #93BDE8: hue angle of 210.35º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93BDE8 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 189 | 232 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.09 |
| HSL | 210.35º | 0.65% | 0.74% | - |
| HSV(B) | 210.35º | 0.37% | 0.91% | - |
| XYZ | 44.8 | 48.42 | 83.33 | - |
| YUV | 181.34 | 156.59 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 232 | 0.37 | 0.19 | 0 | 0.09 | 210.35 | 0.65 | 0.74 |
| Hex | 93 | BD | E8 | 25 | 13 | 0 | 9 | D2 | 41 | 4A |
| Octal | 223 | 275 | 350 | 45 | 23 | 0 | 11 | 322 | 101 | 112 |
| Binary | 10010011 | 10111101 | 11101000 | 100101 | 10011 | 0 | 1001 | 11010010 | 1000001 | 1001010 |
Color Harmonies of #93BDE8
Complementary color
Monochromatic Colors of #93BDE8
Black with #93BDE8
Text Example
Text Example
White with #93BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDE8; }
p { color: rgb(147,189,232); }
H1.HeaderClassName
{
color: #93BDE8;
}
.AnyTagClassName
{
color: #93BDE8;
}
</style>
background-color css
<style>
a { background-color: #93BDE8; }
a { background-color: rgb(147,189,232); }
div.DivClassName
{
background-color: #93BDE8;
}
.BgClassName
{
background-color: #93BDE8;
}
</style>
border-color css
<style>
span { border-color: #93BDE8; }
span { border-color: rgb(147,189,232); }
td.TdClassName
{
border-color: #93BDE8;
}
.TagClassName
{
border-color: #93BDE8;
}
</style>