Shades of Cornflower #93BBDC
Tints of Cornflower #93BBDC
RGB
CMYK
RGB Variations
Color information
#93BBDC (or 0x93BBDC) is known color: Cornflower. HEX triplet: 93, BB and DC. RGB value is (147,187,220). Sum of RGB (Red+Green+Blue) = 147+187+220=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #93BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBDC is #6C4423. Grayscale: #B2B2B2. Windows color (decimal): -7095332 or 14465939. OLE color: 14465939.
HSL color Cylindrical-coordinate representation of color #93BBDC: hue angle of 207.12º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93BBDC is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 187 | 220 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.14 |
| HSL | 207.12º | 0.51% | 0.72% | - |
| HSV(B) | 207.12º | 0.33% | 0.86% | - |
| XYZ | 42.72 | 46.91 | 74.51 | - |
| YUV | 178.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 220 | 0.33 | 0.15 | 0 | 0.14 | 207.12 | 0.51 | 0.72 |
| Hex | 93 | BB | DC | 21 | F | 0 | E | CF | 33 | 48 |
| Octal | 223 | 273 | 334 | 41 | 17 | 0 | 16 | 317 | 63 | 110 |
| Binary | 10010011 | 10111011 | 11011100 | 100001 | 1111 | 0 | 1110 | 11001111 | 110011 | 1001000 |
Color Harmonies of #93BBDC
Complementary color
Monochromatic Colors of #93BBDC
Black with #93BBDC
Text Example
Text Example
White with #93BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBDC; }
p { color: rgb(147,187,220); }
H1.HeaderClassName
{
color: #93BBDC;
}
.AnyTagClassName
{
color: #93BBDC;
}
</style>
background-color css
<style>
a { background-color: #93BBDC; }
a { background-color: rgb(147,187,220); }
div.DivClassName
{
background-color: #93BBDC;
}
.BgClassName
{
background-color: #93BBDC;
}
</style>
border-color css
<style>
span { border-color: #93BBDC; }
span { border-color: rgb(147,187,220); }
td.TdClassName
{
border-color: #93BBDC;
}
.TagClassName
{
border-color: #93BBDC;
}
</style>