Shades of Cornflower #93C5E7
Tints of Cornflower #93C5E7
RGB
CMYK
RGB Variations
Color information
#93C5E7 (or 0x93C5E7) is known color: Cornflower. HEX triplet: 93, C5 and E7. RGB value is (147,197,231). Sum of RGB (Red+Green+Blue) = 147+197+231=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #93C5E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C5E7 is #6C3A18. Grayscale: #B9B9B9. Windows color (decimal): -7092761 or 15189395. OLE color: 15189395.
HSL color Cylindrical-coordinate representation of color #93C5E7: hue angle of 204.29º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93C5E7 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 197 | 231 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.09 |
| HSL | 204.29º | 0.64% | 0.74% | - |
| HSV(B) | 204.29º | 0.36% | 0.91% | - |
| XYZ | 46.42 | 51.91 | 83.17 | - |
| YUV | 185.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 231 | 0.36 | 0.15 | 0 | 0.09 | 204.29 | 0.64 | 0.74 |
| Hex | 93 | C5 | E7 | 24 | F | 0 | 9 | CC | 40 | 4A |
| Octal | 223 | 305 | 347 | 44 | 17 | 0 | 11 | 314 | 100 | 112 |
| Binary | 10010011 | 11000101 | 11100111 | 100100 | 1111 | 0 | 1001 | 11001100 | 1000000 | 1001010 |
Color Harmonies of #93C5E7
Complementary color
Monochromatic Colors of #93C5E7
Black with #93C5E7
Text Example
Text Example
White with #93C5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C5E7; }
p { color: rgb(147,197,231); }
H1.HeaderClassName
{
color: #93C5E7;
}
.AnyTagClassName
{
color: #93C5E7;
}
</style>
background-color css
<style>
a { background-color: #93C5E7; }
a { background-color: rgb(147,197,231); }
div.DivClassName
{
background-color: #93C5E7;
}
.BgClassName
{
background-color: #93C5E7;
}
</style>
border-color css
<style>
span { border-color: #93C5E7; }
span { border-color: rgb(147,197,231); }
td.TdClassName
{
border-color: #93C5E7;
}
.TagClassName
{
border-color: #93C5E7;
}
</style>