Shades of Cornflower #94BBDA
Tints of Cornflower #94BBDA
RGB
CMYK
RGB Variations
Color information
#94BBDA (or 0x94BBDA) is known color: Cornflower. HEX triplet: 94, BB and DA. RGB value is (148,187,218). Sum of RGB (Red+Green+Blue) = 148+187+218=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #94BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBDA is #6B4425. Grayscale: #B2B2B2. Windows color (decimal): -7029798 or 14334868. OLE color: 14334868.
HSL color Cylindrical-coordinate representation of color #94BBDA: hue angle of 206.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94BBDA is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 187 | 218 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.15 |
| HSL | 206.57º | 0.49% | 0.72% | - |
| HSV(B) | 206.57º | 0.32% | 0.85% | - |
| XYZ | 42.64 | 46.9 | 73.13 | - |
| YUV | 178.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 218 | 0.32 | 0.14 | 0 | 0.15 | 206.57 | 0.49 | 0.72 |
| Hex | 94 | BB | DA | 20 | E | 0 | F | CF | 31 | 48 |
| Octal | 224 | 273 | 332 | 40 | 16 | 0 | 17 | 317 | 61 | 110 |
| Binary | 10010100 | 10111011 | 11011010 | 100000 | 1110 | 0 | 1111 | 11001111 | 110001 | 1001000 |
Color Harmonies of #94BBDA
Complementary color
Monochromatic Colors of #94BBDA
Black with #94BBDA
Text Example
Text Example
White with #94BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BBDA; }
p { color: rgb(148,187,218); }
H1.HeaderClassName
{
color: #94BBDA;
}
.AnyTagClassName
{
color: #94BBDA;
}
</style>
background-color css
<style>
a { background-color: #94BBDA; }
a { background-color: rgb(148,187,218); }
div.DivClassName
{
background-color: #94BBDA;
}
.BgClassName
{
background-color: #94BBDA;
}
</style>
border-color css
<style>
span { border-color: #94BBDA; }
span { border-color: rgb(148,187,218); }
td.TdClassName
{
border-color: #94BBDA;
}
.TagClassName
{
border-color: #94BBDA;
}
</style>