Shades of Cornflower #93BDDF
Tints of Cornflower #93BDDF
RGB
CMYK
RGB Variations
Color information
#93BDDF (or 0x93BDDF) is known color: Cornflower. HEX triplet: 93, BD and DF. RGB value is (147,189,223). Sum of RGB (Red+Green+Blue) = 147+189+223=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #93BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDDF is #6C4220. Grayscale: #B4B4B4. Windows color (decimal): -7094817 or 14663059. OLE color: 14663059.
HSL color Cylindrical-coordinate representation of color #93BDDF: hue angle of 206.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93BDDF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 189 | 223 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.13 |
| HSL | 206.84º | 0.54% | 0.73% | - |
| HSV(B) | 206.84º | 0.34% | 0.87% | - |
| XYZ | 43.55 | 47.93 | 76.77 | - |
| YUV | 180.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 223 | 0.34 | 0.15 | 0 | 0.13 | 206.84 | 0.54 | 0.73 |
| Hex | 93 | BD | DF | 22 | F | 0 | D | CF | 36 | 49 |
| Octal | 223 | 275 | 337 | 42 | 17 | 0 | 15 | 317 | 66 | 111 |
| Binary | 10010011 | 10111101 | 11011111 | 100010 | 1111 | 0 | 1101 | 11001111 | 110110 | 1001001 |
Color Harmonies of #93BDDF
Complementary color
Monochromatic Colors of #93BDDF
Black with #93BDDF
Text Example
Text Example
White with #93BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDDF; }
p { color: rgb(147,189,223); }
H1.HeaderClassName
{
color: #93BDDF;
}
.AnyTagClassName
{
color: #93BDDF;
}
</style>
background-color css
<style>
a { background-color: #93BDDF; }
a { background-color: rgb(147,189,223); }
div.DivClassName
{
background-color: #93BDDF;
}
.BgClassName
{
background-color: #93BDDF;
}
</style>
border-color css
<style>
span { border-color: #93BDDF; }
span { border-color: rgb(147,189,223); }
td.TdClassName
{
border-color: #93BDDF;
}
.TagClassName
{
border-color: #93BDDF;
}
</style>