Shades of Cornflower #94BCD6
Tints of Cornflower #94BCD6
RGB
CMYK
RGB Variations
Color information
#94BCD6 (or 0x94BCD6) is known color: Cornflower. HEX triplet: 94, BC and D6. RGB value is (148,188,214). Sum of RGB (Red+Green+Blue) = 148+188+214=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #94BCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCD6 is #6B4329. Grayscale: #B2B2B2. Windows color (decimal): -7029546 or 14072980. OLE color: 14072980.
HSL color Cylindrical-coordinate representation of color #94BCD6: hue angle of 203.64º degrees, saturation: 0.45, 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 #94BCD6 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 188 | 214 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.16 |
| HSL | 203.64º | 0.45% | 0.71% | - |
| HSV(B) | 203.64º | 0.31% | 0.84% | - |
| XYZ | 42.33 | 47.12 | 70.48 | - |
| YUV | 179 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 214 | 0.31 | 0.12 | 0 | 0.16 | 203.64 | 0.45 | 0.71 |
| Hex | 94 | BC | D6 | 1F | C | 0 | 10 | CC | 2D | 47 |
| Octal | 224 | 274 | 326 | 37 | 14 | 0 | 20 | 314 | 55 | 107 |
| Binary | 10010100 | 10111100 | 11010110 | 11111 | 1100 | 0 | 10000 | 11001100 | 101101 | 1000111 |
Color Harmonies of #94BCD6
Complementary color
Monochromatic Colors of #94BCD6
Black with #94BCD6
Text Example
Text Example
White with #94BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCD6; }
p { color: rgb(148,188,214); }
H1.HeaderClassName
{
color: #94BCD6;
}
.AnyTagClassName
{
color: #94BCD6;
}
</style>
background-color css
<style>
a { background-color: #94BCD6; }
a { background-color: rgb(148,188,214); }
div.DivClassName
{
background-color: #94BCD6;
}
.BgClassName
{
background-color: #94BCD6;
}
</style>
border-color css
<style>
span { border-color: #94BCD6; }
span { border-color: rgb(148,188,214); }
td.TdClassName
{
border-color: #94BCD6;
}
.TagClassName
{
border-color: #94BCD6;
}
</style>