Shades of Cornflower #93CEEA
Tints of Cornflower #93CEEA
RGB
CMYK
RGB Variations
Color information
#93CEEA (or 0x93CEEA) is known color: Cornflower. HEX triplet: 93, CE and EA. RGB value is (147,206,234). Sum of RGB (Red+Green+Blue) = 147+206+234=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #93CEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CEEA is #6C3115. Grayscale: #BFBFBF. Windows color (decimal): -7090454 or 15388307. OLE color: 15388307.
HSL color Cylindrical-coordinate representation of color #93CEEA: hue angle of 199.31º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93CEEA is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 206 | 234 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.08 |
| HSL | 199.31º | 0.67% | 0.75% | - |
| HSV(B) | 199.31º | 0.37% | 0.92% | - |
| XYZ | 48.96 | 56.29 | 86.13 | - |
| YUV | 191.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 234 | 0.37 | 0.12 | 0 | 0.08 | 199.31 | 0.67 | 0.75 |
| Hex | 93 | CE | EA | 25 | C | 0 | 8 | C7 | 43 | 4B |
| Octal | 223 | 316 | 352 | 45 | 14 | 0 | 10 | 307 | 103 | 113 |
| Binary | 10010011 | 11001110 | 11101010 | 100101 | 1100 | 0 | 1000 | 11000111 | 1000011 | 1001011 |
Color Harmonies of #93CEEA
Complementary color
Monochromatic Colors of #93CEEA
Black with #93CEEA
Text Example
Text Example
White with #93CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CEEA; }
p { color: rgb(147,206,234); }
H1.HeaderClassName
{
color: #93CEEA;
}
.AnyTagClassName
{
color: #93CEEA;
}
</style>
background-color css
<style>
a { background-color: #93CEEA; }
a { background-color: rgb(147,206,234); }
div.DivClassName
{
background-color: #93CEEA;
}
.BgClassName
{
background-color: #93CEEA;
}
</style>
border-color css
<style>
span { border-color: #93CEEA; }
span { border-color: rgb(147,206,234); }
td.TdClassName
{
border-color: #93CEEA;
}
.TagClassName
{
border-color: #93CEEA;
}
</style>