Shades of Cornflower #93BDD7
Tints of Cornflower #93BDD7
RGB
CMYK
RGB Variations
Color information
#93BDD7 (or 0x93BDD7) is known color: Cornflower. HEX triplet: 93, BD and D7. RGB value is (147,189,215). Sum of RGB (Red+Green+Blue) = 147+189+215=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #93BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDD7 is #6C4228. Grayscale: #B3B3B3. Windows color (decimal): -7094825 or 14138771. OLE color: 14138771.
HSL color Cylindrical-coordinate representation of color #93BDD7: hue angle of 202.94º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93BDD7 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 189 | 215 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.16 |
| HSL | 202.94º | 0.46% | 0.71% | - |
| HSV(B) | 202.94º | 0.32% | 0.84% | - |
| XYZ | 42.5 | 47.5 | 71.22 | - |
| YUV | 179.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 215 | 0.32 | 0.12 | 0 | 0.16 | 202.94 | 0.46 | 0.71 |
| Hex | 93 | BD | D7 | 20 | C | 0 | 10 | CB | 2E | 47 |
| Octal | 223 | 275 | 327 | 40 | 14 | 0 | 20 | 313 | 56 | 107 |
| Binary | 10010011 | 10111101 | 11010111 | 100000 | 1100 | 0 | 10000 | 11001011 | 101110 | 1000111 |
Color Harmonies of #93BDD7
Complementary color
Monochromatic Colors of #93BDD7
Black with #93BDD7
Text Example
Text Example
White with #93BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDD7; }
p { color: rgb(147,189,215); }
H1.HeaderClassName
{
color: #93BDD7;
}
.AnyTagClassName
{
color: #93BDD7;
}
</style>
background-color css
<style>
a { background-color: #93BDD7; }
a { background-color: rgb(147,189,215); }
div.DivClassName
{
background-color: #93BDD7;
}
.BgClassName
{
background-color: #93BDD7;
}
</style>
border-color css
<style>
span { border-color: #93BDD7; }
span { border-color: rgb(147,189,215); }
td.TdClassName
{
border-color: #93BDD7;
}
.TagClassName
{
border-color: #93BDD7;
}
</style>