Shades of Cornflower #93BDDD
Tints of Cornflower #93BDDD
RGB
CMYK
RGB Variations
Color information
#93BDDD (or 0x93BDDD) is known color: Cornflower. HEX triplet: 93, BD and DD. RGB value is (147,189,221). Sum of RGB (Red+Green+Blue) = 147+189+221=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #93BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDDD is #6C4222. Grayscale: #B3B3B3. Windows color (decimal): -7094819 or 14531987. OLE color: 14531987.
HSL color Cylindrical-coordinate representation of color #93BDDD: hue angle of 205.95º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93BDDD is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 189 | 221 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.13 |
| HSL | 205.95º | 0.52% | 0.72% | - |
| HSV(B) | 205.95º | 0.33% | 0.87% | - |
| XYZ | 43.28 | 47.82 | 75.36 | - |
| YUV | 180.09 | 151.09 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 221 | 0.33 | 0.14 | 0 | 0.13 | 205.95 | 0.52 | 0.72 |
| Hex | 93 | BD | DD | 21 | E | 0 | D | CE | 34 | 48 |
| Octal | 223 | 275 | 335 | 41 | 16 | 0 | 15 | 316 | 64 | 110 |
| Binary | 10010011 | 10111101 | 11011101 | 100001 | 1110 | 0 | 1101 | 11001110 | 110100 | 1001000 |
Color Harmonies of #93BDDD
Complementary color
Monochromatic Colors of #93BDDD
Black with #93BDDD
Text Example
Text Example
White with #93BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDDD; }
p { color: rgb(147,189,221); }
H1.HeaderClassName
{
color: #93BDDD;
}
.AnyTagClassName
{
color: #93BDDD;
}
</style>
background-color css
<style>
a { background-color: #93BDDD; }
a { background-color: rgb(147,189,221); }
div.DivClassName
{
background-color: #93BDDD;
}
.BgClassName
{
background-color: #93BDDD;
}
</style>
border-color css
<style>
span { border-color: #93BDDD; }
span { border-color: rgb(147,189,221); }
td.TdClassName
{
border-color: #93BDDD;
}
.TagClassName
{
border-color: #93BDDD;
}
</style>