Shades of Cornflower #94BBDD
Tints of Cornflower #94BBDD
RGB
CMYK
RGB Variations
Color information
#94BBDD (or 0x94BBDD) is known color: Cornflower. HEX triplet: 94, BB and DD. RGB value is (148,187,221). Sum of RGB (Red+Green+Blue) = 148+187+221=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #94BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBDD is #6B4422. Grayscale: #B3B3B3. Windows color (decimal): -7029795 or 14531476. OLE color: 14531476.
HSL color Cylindrical-coordinate representation of color #94BBDD: hue angle of 207.95º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94BBDD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 187 | 221 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.13 |
| HSL | 207.95º | 0.52% | 0.72% | - |
| HSV(B) | 207.95º | 0.33% | 0.87% | - |
| XYZ | 43.03 | 47.06 | 75.22 | - |
| YUV | 179.22 | 151.58 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 221 | 0.33 | 0.15 | 0 | 0.13 | 207.95 | 0.52 | 0.72 |
| Hex | 94 | BB | DD | 21 | F | 0 | D | D0 | 34 | 48 |
| Octal | 224 | 273 | 335 | 41 | 17 | 0 | 15 | 320 | 64 | 110 |
| Binary | 10010100 | 10111011 | 11011101 | 100001 | 1111 | 0 | 1101 | 11010000 | 110100 | 1001000 |
Color Harmonies of #94BBDD
Complementary color
Monochromatic Colors of #94BBDD
Black with #94BBDD
Text Example
Text Example
White with #94BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BBDD; }
p { color: rgb(148,187,221); }
H1.HeaderClassName
{
color: #94BBDD;
}
.AnyTagClassName
{
color: #94BBDD;
}
</style>
background-color css
<style>
a { background-color: #94BBDD; }
a { background-color: rgb(148,187,221); }
div.DivClassName
{
background-color: #94BBDD;
}
.BgClassName
{
background-color: #94BBDD;
}
</style>
border-color css
<style>
span { border-color: #94BBDD; }
span { border-color: rgb(148,187,221); }
td.TdClassName
{
border-color: #94BBDD;
}
.TagClassName
{
border-color: #94BBDD;
}
</style>