Shades of Cornflower #94BCD7
Tints of Cornflower #94BCD7
RGB
CMYK
RGB Variations
Color information
#94BCD7 (or 0x94BCD7) is known color: Cornflower. HEX triplet: 94, BC and D7. RGB value is (148,188,215). Sum of RGB (Red+Green+Blue) = 148+188+215=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #94BCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCD7 is #6B4328. Grayscale: #B2B2B2. Windows color (decimal): -7029545 or 14138516. OLE color: 14138516.
HSL color Cylindrical-coordinate representation of color #94BCD7: hue angle of 204.18º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94BCD7 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 188 | 215 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.16 |
| HSL | 204.18º | 0.46% | 0.71% | - |
| HSV(B) | 204.18º | 0.31% | 0.84% | - |
| XYZ | 42.46 | 47.17 | 71.16 | - |
| YUV | 179.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 215 | 0.31 | 0.13 | 0 | 0.16 | 204.18 | 0.46 | 0.71 |
| Hex | 94 | BC | D7 | 1F | D | 0 | 10 | CC | 2E | 47 |
| Octal | 224 | 274 | 327 | 37 | 15 | 0 | 20 | 314 | 56 | 107 |
| Binary | 10010100 | 10111100 | 11010111 | 11111 | 1101 | 0 | 10000 | 11001100 | 101110 | 1000111 |
Color Harmonies of #94BCD7
Complementary color
Monochromatic Colors of #94BCD7
Black with #94BCD7
Text Example
Text Example
White with #94BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCD7; }
p { color: rgb(148,188,215); }
H1.HeaderClassName
{
color: #94BCD7;
}
.AnyTagClassName
{
color: #94BCD7;
}
</style>
background-color css
<style>
a { background-color: #94BCD7; }
a { background-color: rgb(148,188,215); }
div.DivClassName
{
background-color: #94BCD7;
}
.BgClassName
{
background-color: #94BCD7;
}
</style>
border-color css
<style>
span { border-color: #94BCD7; }
span { border-color: rgb(148,188,215); }
td.TdClassName
{
border-color: #94BCD7;
}
.TagClassName
{
border-color: #94BCD7;
}
</style>