Shades of Cornflower #94BBDC
Tints of Cornflower #94BBDC
RGB
CMYK
RGB Variations
Color information
#94BBDC (or 0x94BBDC) is known color: Cornflower. HEX triplet: 94, BB and DC. RGB value is (148,187,220). Sum of RGB (Red+Green+Blue) = 148+187+220=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #94BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBDC is #6B4423. Grayscale: #B2B2B2. Windows color (decimal): -7029796 or 14465940. OLE color: 14465940.
HSL color Cylindrical-coordinate representation of color #94BBDC: hue angle of 207.5º 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 #94BBDC is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 187 | 220 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.14 |
| HSL | 207.5º | 0.51% | 0.72% | - |
| HSV(B) | 207.5º | 0.33% | 0.86% | - |
| XYZ | 42.9 | 47 | 74.52 | - |
| YUV | 179.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 220 | 0.33 | 0.15 | 0 | 0.14 | 207.5 | 0.51 | 0.72 |
| Hex | 94 | BB | DC | 21 | F | 0 | E | D0 | 33 | 48 |
| Octal | 224 | 273 | 334 | 41 | 17 | 0 | 16 | 320 | 63 | 110 |
| Binary | 10010100 | 10111011 | 11011100 | 100001 | 1111 | 0 | 1110 | 11010000 | 110011 | 1001000 |
Color Harmonies of #94BBDC
Complementary color
Monochromatic Colors of #94BBDC
Black with #94BBDC
Text Example
Text Example
White with #94BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BBDC; }
p { color: rgb(148,187,220); }
H1.HeaderClassName
{
color: #94BBDC;
}
.AnyTagClassName
{
color: #94BBDC;
}
</style>
background-color css
<style>
a { background-color: #94BBDC; }
a { background-color: rgb(148,187,220); }
div.DivClassName
{
background-color: #94BBDC;
}
.BgClassName
{
background-color: #94BBDC;
}
</style>
border-color css
<style>
span { border-color: #94BBDC; }
span { border-color: rgb(148,187,220); }
td.TdClassName
{
border-color: #94BBDC;
}
.TagClassName
{
border-color: #94BBDC;
}
</style>