Shades of Cornflower #93BCDA
Tints of Cornflower #93BCDA
RGB
CMYK
RGB Variations
Color information
#93BCDA (or 0x93BCDA) is known color: Cornflower. HEX triplet: 93, BC and DA. RGB value is (147,188,218). Sum of RGB (Red+Green+Blue) = 147+188+218=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #93BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCDA is #6C4325. Grayscale: #B2B2B2. Windows color (decimal): -7095078 or 14335123. OLE color: 14335123.
HSL color Cylindrical-coordinate representation of color #93BCDA: hue angle of 205.35º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93BCDA is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 188 | 218 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.15 |
| HSL | 205.35º | 0.49% | 0.72% | - |
| HSV(B) | 205.35º | 0.33% | 0.85% | - |
| XYZ | 42.67 | 47.23 | 73.2 | - |
| YUV | 179.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 218 | 0.33 | 0.14 | 0 | 0.15 | 205.35 | 0.49 | 0.72 |
| Hex | 93 | BC | DA | 21 | E | 0 | F | CD | 31 | 48 |
| Octal | 223 | 274 | 332 | 41 | 16 | 0 | 17 | 315 | 61 | 110 |
| Binary | 10010011 | 10111100 | 11011010 | 100001 | 1110 | 0 | 1111 | 11001101 | 110001 | 1001000 |
Color Harmonies of #93BCDA
Complementary color
Monochromatic Colors of #93BCDA
Black with #93BCDA
Text Example
Text Example
White with #93BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCDA; }
p { color: rgb(147,188,218); }
H1.HeaderClassName
{
color: #93BCDA;
}
.AnyTagClassName
{
color: #93BCDA;
}
</style>
background-color css
<style>
a { background-color: #93BCDA; }
a { background-color: rgb(147,188,218); }
div.DivClassName
{
background-color: #93BCDA;
}
.BgClassName
{
background-color: #93BCDA;
}
</style>
border-color css
<style>
span { border-color: #93BCDA; }
span { border-color: rgb(147,188,218); }
td.TdClassName
{
border-color: #93BCDA;
}
.TagClassName
{
border-color: #93BCDA;
}
</style>