Shades of Cornflower #93C2E6
Tints of Cornflower #93C2E6
RGB
CMYK
RGB Variations
Color information
#93C2E6 (or 0x93C2E6) is known color: Cornflower. HEX triplet: 93, C2 and E6. RGB value is (147,194,230). Sum of RGB (Red+Green+Blue) = 147+194+230=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #93C2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C2E6 is #6C3D19. Grayscale: #B7B7B7. Windows color (decimal): -7093530 or 15123091. OLE color: 15123091.
HSL color Cylindrical-coordinate representation of color #93C2E6: hue angle of 206.02º 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 #93C2E6 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 194 | 230 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.10 |
| HSL | 206.02º | 0.62% | 0.74% | - |
| HSV(B) | 206.02º | 0.36% | 0.9% | - |
| XYZ | 45.61 | 50.5 | 82.21 | - |
| YUV | 184.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 230 | 0.36 | 0.16 | 0 | 0.10 | 206.02 | 0.62 | 0.74 |
| Hex | 93 | C2 | E6 | 24 | 10 | 0 | A | CE | 3E | 4A |
| Octal | 223 | 302 | 346 | 44 | 20 | 0 | 12 | 316 | 76 | 112 |
| Binary | 10010011 | 11000010 | 11100110 | 100100 | 10000 | 0 | 1010 | 11001110 | 111110 | 1001010 |
Color Harmonies of #93C2E6
Complementary color
Monochromatic Colors of #93C2E6
Black with #93C2E6
Text Example
Text Example
White with #93C2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C2E6; }
p { color: rgb(147,194,230); }
H1.HeaderClassName
{
color: #93C2E6;
}
.AnyTagClassName
{
color: #93C2E6;
}
</style>
background-color css
<style>
a { background-color: #93C2E6; }
a { background-color: rgb(147,194,230); }
div.DivClassName
{
background-color: #93C2E6;
}
.BgClassName
{
background-color: #93C2E6;
}
</style>
border-color css
<style>
span { border-color: #93C2E6; }
span { border-color: rgb(147,194,230); }
td.TdClassName
{
border-color: #93C2E6;
}
.TagClassName
{
border-color: #93C2E6;
}
</style>