Shades of Cornflower #93CCE6
Tints of Cornflower #93CCE6
RGB
CMYK
RGB Variations
Color information
#93CCE6 (or 0x93CCE6) is known color: Cornflower. HEX triplet: 93, CC and E6. RGB value is (147,204,230). Sum of RGB (Red+Green+Blue) = 147+204+230=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 230 - color contains mainly: blue. Hex color #93CCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CCE6 is #6C3319. Grayscale: #BDBDBD. Windows color (decimal): -7090970 or 15125651. OLE color: 15125651.
HSL color Cylindrical-coordinate representation of color #93CCE6: hue angle of 198.8º 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 #93CCE6 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 204 | 230 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.10 |
| HSL | 198.8º | 0.62% | 0.74% | - |
| HSV(B) | 198.8º | 0.36% | 0.9% | - |
| XYZ | 47.91 | 55.1 | 82.97 | - |
| YUV | 189.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 230 | 0.36 | 0.11 | 0 | 0.10 | 198.8 | 0.62 | 0.74 |
| Hex | 93 | CC | E6 | 24 | B | 0 | A | C7 | 3E | 4A |
| Octal | 223 | 314 | 346 | 44 | 13 | 0 | 12 | 307 | 76 | 112 |
| Binary | 10010011 | 11001100 | 11100110 | 100100 | 1011 | 0 | 1010 | 11000111 | 111110 | 1001010 |
Color Harmonies of #93CCE6
Complementary color
Monochromatic Colors of #93CCE6
Black with #93CCE6
Text Example
Text Example
White with #93CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CCE6; }
p { color: rgb(147,204,230); }
H1.HeaderClassName
{
color: #93CCE6;
}
.AnyTagClassName
{
color: #93CCE6;
}
</style>
background-color css
<style>
a { background-color: #93CCE6; }
a { background-color: rgb(147,204,230); }
div.DivClassName
{
background-color: #93CCE6;
}
.BgClassName
{
background-color: #93CCE6;
}
</style>
border-color css
<style>
span { border-color: #93CCE6; }
span { border-color: rgb(147,204,230); }
td.TdClassName
{
border-color: #93CCE6;
}
.TagClassName
{
border-color: #93CCE6;
}
</style>