Shades of Cornflower #93C9DE
Tints of Cornflower #93C9DE
RGB
CMYK
RGB Variations
Color information
#93C9DE (or 0x93C9DE) is known color: Cornflower. HEX triplet: 93, C9 and DE. RGB value is (147,201,222). Sum of RGB (Red+Green+Blue) = 147+201+222=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #93C9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C9DE is #6C3621. Grayscale: #BBBBBB. Windows color (decimal): -7091746 or 14600595. OLE color: 14600595.
HSL color Cylindrical-coordinate representation of color #93C9DE: hue angle of 196.8º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93C9DE is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 201 | 222 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.13 |
| HSL | 196.8º | 0.53% | 0.72% | - |
| HSV(B) | 196.8º | 0.34% | 0.87% | - |
| XYZ | 46.1 | 53.25 | 76.96 | - |
| YUV | 187.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 222 | 0.34 | 0.09 | 0 | 0.13 | 196.8 | 0.53 | 0.72 |
| Hex | 93 | C9 | DE | 22 | 9 | 0 | D | C5 | 35 | 48 |
| Octal | 223 | 311 | 336 | 42 | 11 | 0 | 15 | 305 | 65 | 110 |
| Binary | 10010011 | 11001001 | 11011110 | 100010 | 1001 | 0 | 1101 | 11000101 | 110101 | 1001000 |
Color Harmonies of #93C9DE
Complementary color
Monochromatic Colors of #93C9DE
Black with #93C9DE
Text Example
Text Example
White with #93C9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C9DE; }
p { color: rgb(147,201,222); }
H1.HeaderClassName
{
color: #93C9DE;
}
.AnyTagClassName
{
color: #93C9DE;
}
</style>
background-color css
<style>
a { background-color: #93C9DE; }
a { background-color: rgb(147,201,222); }
div.DivClassName
{
background-color: #93C9DE;
}
.BgClassName
{
background-color: #93C9DE;
}
</style>
border-color css
<style>
span { border-color: #93C9DE; }
span { border-color: rgb(147,201,222); }
td.TdClassName
{
border-color: #93C9DE;
}
.TagClassName
{
border-color: #93C9DE;
}
</style>