Shades of Cornflower #93C7E6
Tints of Cornflower #93C7E6
RGB
CMYK
RGB Variations
Color information
#93C7E6 (or 0x93C7E6) is known color: Cornflower. HEX triplet: 93, C7 and E6. RGB value is (147,199,230). Sum of RGB (Red+Green+Blue) = 147+199+230=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #93C7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C7E6 is #6C3819. Grayscale: #BABABA. Windows color (decimal): -7092250 or 15124371. OLE color: 15124371.
HSL color Cylindrical-coordinate representation of color #93C7E6: hue angle of 202.41º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93C7E6 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 199 | 230 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.10 |
| HSL | 202.41º | 0.62% | 0.74% | - |
| HSV(B) | 202.41º | 0.36% | 0.9% | - |
| XYZ | 46.74 | 52.76 | 82.58 | - |
| YUV | 186.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 199 | 230 | 0.36 | 0.13 | 0 | 0.10 | 202.41 | 0.62 | 0.74 |
| Hex | 93 | C7 | E6 | 24 | D | 0 | A | CA | 3E | 4A |
| Octal | 223 | 307 | 346 | 44 | 15 | 0 | 12 | 312 | 76 | 112 |
| Binary | 10010011 | 11000111 | 11100110 | 100100 | 1101 | 0 | 1010 | 11001010 | 111110 | 1001010 |
Color Harmonies of #93C7E6
Complementary color
Monochromatic Colors of #93C7E6
Black with #93C7E6
Text Example
Text Example
White with #93C7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C7E6; }
p { color: rgb(147,199,230); }
H1.HeaderClassName
{
color: #93C7E6;
}
.AnyTagClassName
{
color: #93C7E6;
}
</style>
background-color css
<style>
a { background-color: #93C7E6; }
a { background-color: rgb(147,199,230); }
div.DivClassName
{
background-color: #93C7E6;
}
.BgClassName
{
background-color: #93C7E6;
}
</style>
border-color css
<style>
span { border-color: #93C7E6; }
span { border-color: rgb(147,199,230); }
td.TdClassName
{
border-color: #93C7E6;
}
.TagClassName
{
border-color: #93C7E6;
}
</style>