Shades of Cornflower #93C8EC
Tints of Cornflower #93C8EC
RGB
CMYK
RGB Variations
Color information
#93C8EC (or 0x93C8EC) is known color: Cornflower. HEX triplet: 93, C8 and EC. RGB value is (147,200,236). Sum of RGB (Red+Green+Blue) = 147+200+236=583 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.21% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #93C8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C8EC is #6C3713. Grayscale: #BCBCBC. Windows color (decimal): -7091988 or 15517843. OLE color: 15517843.
HSL color Cylindrical-coordinate representation of color #93C8EC: hue angle of 204.27º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93C8EC is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 200 | 236 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.07 |
| HSL | 204.27º | 0.7% | 0.75% | - |
| HSV(B) | 204.27º | 0.38% | 0.93% | - |
| XYZ | 47.83 | 53.57 | 87.18 | - |
| YUV | 188.26 | 154.94 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 200 | 236 | 0.38 | 0.15 | 0 | 0.07 | 204.27 | 0.7 | 0.75 |
| Hex | 93 | C8 | EC | 26 | F | 0 | 7 | CC | 46 | 4B |
| Octal | 223 | 310 | 354 | 46 | 17 | 0 | 7 | 314 | 106 | 113 |
| Binary | 10010011 | 11001000 | 11101100 | 100110 | 1111 | 0 | 111 | 11001100 | 1000110 | 1001011 |
Color Harmonies of #93C8EC
Complementary color
Monochromatic Colors of #93C8EC
Black with #93C8EC
Text Example
Text Example
White with #93C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C8EC; }
p { color: rgb(147,200,236); }
H1.HeaderClassName
{
color: #93C8EC;
}
.AnyTagClassName
{
color: #93C8EC;
}
</style>
background-color css
<style>
a { background-color: #93C8EC; }
a { background-color: rgb(147,200,236); }
div.DivClassName
{
background-color: #93C8EC;
}
.BgClassName
{
background-color: #93C8EC;
}
</style>
border-color css
<style>
span { border-color: #93C8EC; }
span { border-color: rgb(147,200,236); }
td.TdClassName
{
border-color: #93C8EC;
}
.TagClassName
{
border-color: #93C8EC;
}
</style>