Shades of Cornflower #93C2F3
Tints of Cornflower #93C2F3
RGB
CMYK
RGB Variations
Color information
#93C2F3 (or 0x93C2F3) is known color: Cornflower. HEX triplet: 93, C2 and F3. RGB value is (147,194,243). Sum of RGB (Red+Green+Blue) = 147+194+243=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #93C2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C2F3 is #6C3D0C. Grayscale: #B9B9B9. Windows color (decimal): -7093517 or 15975059. OLE color: 15975059.
HSL color Cylindrical-coordinate representation of color #93C2F3: hue angle of 210.62º 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 #93C2F3 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 194 | 243 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.05 |
| HSL | 210.63º | 0.8% | 0.76% | - |
| HSV(B) | 210.63º | 0.4% | 0.95% | - |
| XYZ | 47.5 | 51.26 | 92.18 | - |
| YUV | 185.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 243 | 0.40 | 0.20 | 0 | 0.05 | 210.63 | 0.8 | 0.76 |
| Hex | 93 | C2 | F3 | 28 | 14 | 0 | 5 | D3 | 50 | 4C |
| Octal | 223 | 302 | 363 | 50 | 24 | 0 | 5 | 323 | 120 | 114 |
| Binary | 10010011 | 11000010 | 11110011 | 101000 | 10100 | 0 | 101 | 11010011 | 1010000 | 1001100 |
Color Harmonies of #93C2F3
Complementary color
Monochromatic Colors of #93C2F3
Black with #93C2F3
Text Example
Text Example
White with #93C2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C2F3; }
p { color: rgb(147,194,243); }
H1.HeaderClassName
{
color: #93C2F3;
}
.AnyTagClassName
{
color: #93C2F3;
}
</style>
background-color css
<style>
a { background-color: #93C2F3; }
a { background-color: rgb(147,194,243); }
div.DivClassName
{
background-color: #93C2F3;
}
.BgClassName
{
background-color: #93C2F3;
}
</style>
border-color css
<style>
span { border-color: #93C2F3; }
span { border-color: rgb(147,194,243); }
td.TdClassName
{
border-color: #93C2F3;
}
.TagClassName
{
border-color: #93C2F3;
}
</style>