Shades of Cornflower #93C1DC
Tints of Cornflower #93C1DC
RGB
CMYK
RGB Variations
Color information
#93C1DC (or 0x93C1DC) is known color: Cornflower. HEX triplet: 93, C1 and DC. RGB value is (147,193,220). Sum of RGB (Red+Green+Blue) = 147+193+220=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #93C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C1DC is #6C3E23. Grayscale: #B6B6B6. Windows color (decimal): -7093796 or 14467475. OLE color: 14467475.
HSL color Cylindrical-coordinate representation of color #93C1DC: hue angle of 202.19º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C1DC is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 193 | 220 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.14 |
| HSL | 202.19º | 0.51% | 0.72% | - |
| HSV(B) | 202.19º | 0.33% | 0.86% | - |
| XYZ | 44.02 | 49.51 | 74.95 | - |
| YUV | 182.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 220 | 0.33 | 0.12 | 0 | 0.14 | 202.19 | 0.51 | 0.72 |
| Hex | 93 | C1 | DC | 21 | C | 0 | E | CA | 33 | 48 |
| Octal | 223 | 301 | 334 | 41 | 14 | 0 | 16 | 312 | 63 | 110 |
| Binary | 10010011 | 11000001 | 11011100 | 100001 | 1100 | 0 | 1110 | 11001010 | 110011 | 1001000 |
Color Harmonies of #93C1DC
Complementary color
Monochromatic Colors of #93C1DC
Black with #93C1DC
Text Example
Text Example
White with #93C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C1DC; }
p { color: rgb(147,193,220); }
H1.HeaderClassName
{
color: #93C1DC;
}
.AnyTagClassName
{
color: #93C1DC;
}
</style>
background-color css
<style>
a { background-color: #93C1DC; }
a { background-color: rgb(147,193,220); }
div.DivClassName
{
background-color: #93C1DC;
}
.BgClassName
{
background-color: #93C1DC;
}
</style>
border-color css
<style>
span { border-color: #93C1DC; }
span { border-color: rgb(147,193,220); }
td.TdClassName
{
border-color: #93C1DC;
}
.TagClassName
{
border-color: #93C1DC;
}
</style>