Shades of Cornflower #93C8F3
Tints of Cornflower #93C8F3
RGB
CMYK
RGB Variations
Color information
#93C8F3 (or 0x93C8F3) is known color: Cornflower. HEX triplet: 93, C8 and F3. RGB value is (147,200,243). Sum of RGB (Red+Green+Blue) = 147+200+243=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #93C8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C8F3 is #6C370C. Grayscale: #BCBCBC. Windows color (decimal): -7091981 or 15976595. OLE color: 15976595.
HSL color Cylindrical-coordinate representation of color #93C8F3: hue angle of 206.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93C8F3 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 200 | 243 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.05 |
| HSL | 206.88º | 0.8% | 0.76% | - |
| HSV(B) | 206.88º | 0.4% | 0.95% | - |
| XYZ | 48.86 | 53.98 | 92.64 | - |
| YUV | 189.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 200 | 243 | 0.40 | 0.18 | 0 | 0.05 | 206.88 | 0.8 | 0.76 |
| Hex | 93 | C8 | F3 | 28 | 12 | 0 | 5 | CF | 50 | 4C |
| Octal | 223 | 310 | 363 | 50 | 22 | 0 | 5 | 317 | 120 | 114 |
| Binary | 10010011 | 11001000 | 11110011 | 101000 | 10010 | 0 | 101 | 11001111 | 1010000 | 1001100 |
Color Harmonies of #93C8F3
Complementary color
Monochromatic Colors of #93C8F3
Black with #93C8F3
Text Example
Text Example
White with #93C8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C8F3; }
p { color: rgb(147,200,243); }
H1.HeaderClassName
{
color: #93C8F3;
}
.AnyTagClassName
{
color: #93C8F3;
}
</style>
background-color css
<style>
a { background-color: #93C8F3; }
a { background-color: rgb(147,200,243); }
div.DivClassName
{
background-color: #93C8F3;
}
.BgClassName
{
background-color: #93C8F3;
}
</style>
border-color css
<style>
span { border-color: #93C8F3; }
span { border-color: rgb(147,200,243); }
td.TdClassName
{
border-color: #93C8F3;
}
.TagClassName
{
border-color: #93C8F3;
}
</style>