Shades of Cornflower #93B9EF
Tints of Cornflower #93B9EF
RGB
CMYK
RGB Variations
Color information
#93B9EF (or 0x93B9EF) is known color: Cornflower. HEX triplet: 93, B9 and EF. RGB value is (147,185,239). Sum of RGB (Red+Green+Blue) = 147+185+239=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #93B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B9EF is #6C4610. Grayscale: #B3B3B3. Windows color (decimal): -7095825 or 15710611. OLE color: 15710611.
HSL color Cylindrical-coordinate representation of color #93B9EF: hue angle of 215.22º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93B9EF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 185 | 239 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.06 |
| HSL | 215.22º | 0.74% | 0.76% | - |
| HSV(B) | 215.22º | 0.38% | 0.94% | - |
| XYZ | 44.96 | 47.13 | 88.39 | - |
| YUV | 179.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 185 | 239 | 0.38 | 0.23 | 0 | 0.06 | 215.22 | 0.74 | 0.76 |
| Hex | 93 | B9 | EF | 26 | 17 | 0 | 6 | D7 | 4A | 4C |
| Octal | 223 | 271 | 357 | 46 | 27 | 0 | 6 | 327 | 112 | 114 |
| Binary | 10010011 | 10111001 | 11101111 | 100110 | 10111 | 0 | 110 | 11010111 | 1001010 | 1001100 |
Color Harmonies of #93B9EF
Complementary color
Monochromatic Colors of #93B9EF
Black with #93B9EF
Text Example
Text Example
White with #93B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B9EF; }
p { color: rgb(147,185,239); }
H1.HeaderClassName
{
color: #93B9EF;
}
.AnyTagClassName
{
color: #93B9EF;
}
</style>
background-color css
<style>
a { background-color: #93B9EF; }
a { background-color: rgb(147,185,239); }
div.DivClassName
{
background-color: #93B9EF;
}
.BgClassName
{
background-color: #93B9EF;
}
</style>
border-color css
<style>
span { border-color: #93B9EF; }
span { border-color: rgb(147,185,239); }
td.TdClassName
{
border-color: #93B9EF;
}
.TagClassName
{
border-color: #93B9EF;
}
</style>