Shades of Cornflower #93C2DF
Tints of Cornflower #93C2DF
RGB
CMYK
RGB Variations
Color information
#93C2DF (or 0x93C2DF) is known color: Cornflower. HEX triplet: 93, C2 and DF. RGB value is (147,194,223). Sum of RGB (Red+Green+Blue) = 147+194+223=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #93C2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C2DF is #6C3D20. Grayscale: #B7B7B7. Windows color (decimal): -7093537 or 14664339. OLE color: 14664339.
HSL color Cylindrical-coordinate representation of color #93C2DF: hue angle of 202.89º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93C2DF is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 194 | 223 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.13 |
| HSL | 202.89º | 0.54% | 0.73% | - |
| HSV(B) | 202.89º | 0.34% | 0.87% | - |
| XYZ | 44.64 | 50.11 | 77.13 | - |
| YUV | 183.25 | 150.43 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 223 | 0.34 | 0.13 | 0 | 0.13 | 202.89 | 0.54 | 0.73 |
| Hex | 93 | C2 | DF | 22 | D | 0 | D | CB | 36 | 49 |
| Octal | 223 | 302 | 337 | 42 | 15 | 0 | 15 | 313 | 66 | 111 |
| Binary | 10010011 | 11000010 | 11011111 | 100010 | 1101 | 0 | 1101 | 11001011 | 110110 | 1001001 |
Color Harmonies of #93C2DF
Complementary color
Monochromatic Colors of #93C2DF
Black with #93C2DF
Text Example
Text Example
White with #93C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C2DF; }
p { color: rgb(147,194,223); }
H1.HeaderClassName
{
color: #93C2DF;
}
.AnyTagClassName
{
color: #93C2DF;
}
</style>
background-color css
<style>
a { background-color: #93C2DF; }
a { background-color: rgb(147,194,223); }
div.DivClassName
{
background-color: #93C2DF;
}
.BgClassName
{
background-color: #93C2DF;
}
</style>
border-color css
<style>
span { border-color: #93C2DF; }
span { border-color: rgb(147,194,223); }
td.TdClassName
{
border-color: #93C2DF;
}
.TagClassName
{
border-color: #93C2DF;
}
</style>