Shades of Cornflower #93BED7
Tints of Cornflower #93BED7
RGB
CMYK
RGB Variations
Color information
#93BED7 (or 0x93BED7) is known color: Cornflower. HEX triplet: 93, BE and D7. RGB value is (147,190,215). Sum of RGB (Red+Green+Blue) = 147+190+215=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #93BED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BED7 is #6C4128. Grayscale: #B3B3B3. Windows color (decimal): -7094569 or 14139027. OLE color: 14139027.
HSL color Cylindrical-coordinate representation of color #93BED7: hue angle of 202.06º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93BED7 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 190 | 215 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.16 |
| HSL | 202.06º | 0.46% | 0.71% | - |
| HSV(B) | 202.06º | 0.32% | 0.84% | - |
| XYZ | 42.71 | 47.94 | 71.29 | - |
| YUV | 179.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 215 | 0.32 | 0.12 | 0 | 0.16 | 202.06 | 0.46 | 0.71 |
| Hex | 93 | BE | D7 | 20 | C | 0 | 10 | CA | 2E | 47 |
| Octal | 223 | 276 | 327 | 40 | 14 | 0 | 20 | 312 | 56 | 107 |
| Binary | 10010011 | 10111110 | 11010111 | 100000 | 1100 | 0 | 10000 | 11001010 | 101110 | 1000111 |
Color Harmonies of #93BED7
Complementary color
Monochromatic Colors of #93BED7
Black with #93BED7
Text Example
Text Example
White with #93BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BED7; }
p { color: rgb(147,190,215); }
H1.HeaderClassName
{
color: #93BED7;
}
.AnyTagClassName
{
color: #93BED7;
}
</style>
background-color css
<style>
a { background-color: #93BED7; }
a { background-color: rgb(147,190,215); }
div.DivClassName
{
background-color: #93BED7;
}
.BgClassName
{
background-color: #93BED7;
}
</style>
border-color css
<style>
span { border-color: #93BED7; }
span { border-color: rgb(147,190,215); }
td.TdClassName
{
border-color: #93BED7;
}
.TagClassName
{
border-color: #93BED7;
}
</style>