Shades of Cornflower #93BCED
Tints of Cornflower #93BCED
RGB
CMYK
RGB Variations
Color information
#93BCED (or 0x93BCED) is known color: Cornflower. HEX triplet: 93, BC and ED. RGB value is (147,188,237). Sum of RGB (Red+Green+Blue) = 147+188+237=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #93BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BCED is #6C4312. Grayscale: #B5B5B5. Windows color (decimal): -7095059 or 15580307. OLE color: 15580307.
HSL color Cylindrical-coordinate representation of color #93BCED: hue angle of 212.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93BCED is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 188 | 237 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.07 |
| HSL | 212.67º | 0.71% | 0.75% | - |
| HSV(B) | 212.67º | 0.38% | 0.93% | - |
| XYZ | 45.3 | 48.28 | 87.05 | - |
| YUV | 181.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 237 | 0.38 | 0.21 | 0 | 0.07 | 212.67 | 0.71 | 0.75 |
| Hex | 93 | BC | ED | 26 | 15 | 0 | 7 | D5 | 47 | 4B |
| Octal | 223 | 274 | 355 | 46 | 25 | 0 | 7 | 325 | 107 | 113 |
| Binary | 10010011 | 10111100 | 11101101 | 100110 | 10101 | 0 | 111 | 11010101 | 1000111 | 1001011 |
Color Harmonies of #93BCED
Complementary color
Monochromatic Colors of #93BCED
Black with #93BCED
Text Example
Text Example
White with #93BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCED; }
p { color: rgb(147,188,237); }
H1.HeaderClassName
{
color: #93BCED;
}
.AnyTagClassName
{
color: #93BCED;
}
</style>
background-color css
<style>
a { background-color: #93BCED; }
a { background-color: rgb(147,188,237); }
div.DivClassName
{
background-color: #93BCED;
}
.BgClassName
{
background-color: #93BCED;
}
</style>
border-color css
<style>
span { border-color: #93BCED; }
span { border-color: rgb(147,188,237); }
td.TdClassName
{
border-color: #93BCED;
}
.TagClassName
{
border-color: #93BCED;
}
</style>