Shades of Cornflower #93BDDB
Tints of Cornflower #93BDDB
RGB
CMYK
RGB Variations
Color information
#93BDDB (or 0x93BDDB) is known color: Cornflower. HEX triplet: 93, BD and DB. RGB value is (147,189,219). Sum of RGB (Red+Green+Blue) = 147+189+219=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #93BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDDB is #6C4224. Grayscale: #B3B3B3. Windows color (decimal): -7094821 or 14400915. OLE color: 14400915.
HSL color Cylindrical-coordinate representation of color #93BDDB: hue angle of 205º degrees, saturation: 0.5, 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 #93BDDB is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 189 | 219 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.14 |
| HSL | 205º | 0.5% | 0.72% | - |
| HSV(B) | 205º | 0.33% | 0.86% | - |
| XYZ | 43.02 | 47.71 | 73.96 | - |
| YUV | 179.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 219 | 0.33 | 0.14 | 0 | 0.14 | 205 | 0.5 | 0.72 |
| Hex | 93 | BD | DB | 21 | E | 0 | E | CD | 32 | 48 |
| Octal | 223 | 275 | 333 | 41 | 16 | 0 | 16 | 315 | 62 | 110 |
| Binary | 10010011 | 10111101 | 11011011 | 100001 | 1110 | 0 | 1110 | 11001101 | 110010 | 1001000 |
Color Harmonies of #93BDDB
Complementary color
Monochromatic Colors of #93BDDB
Black with #93BDDB
Text Example
Text Example
White with #93BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDDB; }
p { color: rgb(147,189,219); }
H1.HeaderClassName
{
color: #93BDDB;
}
.AnyTagClassName
{
color: #93BDDB;
}
</style>
background-color css
<style>
a { background-color: #93BDDB; }
a { background-color: rgb(147,189,219); }
div.DivClassName
{
background-color: #93BDDB;
}
.BgClassName
{
background-color: #93BDDB;
}
</style>
border-color css
<style>
span { border-color: #93BDDB; }
span { border-color: rgb(147,189,219); }
td.TdClassName
{
border-color: #93BDDB;
}
.TagClassName
{
border-color: #93BDDB;
}
</style>