Shades of Cornflower #94BCDC
Tints of Cornflower #94BCDC
RGB
CMYK
RGB Variations
Color information
#94BCDC (or 0x94BCDC) is known color: Cornflower. HEX triplet: 94, BC and DC. RGB value is (148,188,220). Sum of RGB (Red+Green+Blue) = 148+188+220=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #94BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCDC is #6B4323. Grayscale: #B3B3B3. Windows color (decimal): -7029540 or 14466196. OLE color: 14466196.
HSL color Cylindrical-coordinate representation of color #94BCDC: hue angle of 206.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94BCDC is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 188 | 220 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.14 |
| HSL | 206.67º | 0.51% | 0.72% | - |
| HSV(B) | 206.67º | 0.33% | 0.86% | - |
| XYZ | 43.11 | 47.43 | 74.59 | - |
| YUV | 179.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 220 | 0.33 | 0.15 | 0 | 0.14 | 206.67 | 0.51 | 0.72 |
| Hex | 94 | BC | DC | 21 | F | 0 | E | CF | 33 | 48 |
| Octal | 224 | 274 | 334 | 41 | 17 | 0 | 16 | 317 | 63 | 110 |
| Binary | 10010100 | 10111100 | 11011100 | 100001 | 1111 | 0 | 1110 | 11001111 | 110011 | 1001000 |
Color Harmonies of #94BCDC
Complementary color
Monochromatic Colors of #94BCDC
Black with #94BCDC
Text Example
Text Example
White with #94BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCDC; }
p { color: rgb(148,188,220); }
H1.HeaderClassName
{
color: #94BCDC;
}
.AnyTagClassName
{
color: #94BCDC;
}
</style>
background-color css
<style>
a { background-color: #94BCDC; }
a { background-color: rgb(148,188,220); }
div.DivClassName
{
background-color: #94BCDC;
}
.BgClassName
{
background-color: #94BCDC;
}
</style>
border-color css
<style>
span { border-color: #94BCDC; }
span { border-color: rgb(148,188,220); }
td.TdClassName
{
border-color: #94BCDC;
}
.TagClassName
{
border-color: #94BCDC;
}
</style>