Shades of Cornflower #94BDD9
Tints of Cornflower #94BDD9
RGB
CMYK
RGB Variations
Color information
#94BDD9 (or 0x94BDD9) is known color: Cornflower. HEX triplet: 94, BD and D9. RGB value is (148,189,217). Sum of RGB (Red+Green+Blue) = 148+189+217=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #94BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDD9 is #6B4226. Grayscale: #B3B3B3. Windows color (decimal): -7029287 or 14269844. OLE color: 14269844.
HSL color Cylindrical-coordinate representation of color #94BDD9: hue angle of 204.35º degrees, saturation: 0.48, 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 #94BDD9 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 189 | 217 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.15 |
| HSL | 204.35º | 0.48% | 0.72% | - |
| HSV(B) | 204.35º | 0.32% | 0.85% | - |
| XYZ | 42.93 | 47.7 | 72.59 | - |
| YUV | 179.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 217 | 0.32 | 0.13 | 0 | 0.15 | 204.35 | 0.48 | 0.72 |
| Hex | 94 | BD | D9 | 20 | D | 0 | F | CC | 30 | 48 |
| Octal | 224 | 275 | 331 | 40 | 15 | 0 | 17 | 314 | 60 | 110 |
| Binary | 10010100 | 10111101 | 11011001 | 100000 | 1101 | 0 | 1111 | 11001100 | 110000 | 1001000 |
Color Harmonies of #94BDD9
Complementary color
Monochromatic Colors of #94BDD9
Black with #94BDD9
Text Example
Text Example
White with #94BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BDD9; }
p { color: rgb(148,189,217); }
H1.HeaderClassName
{
color: #94BDD9;
}
.AnyTagClassName
{
color: #94BDD9;
}
</style>
background-color css
<style>
a { background-color: #94BDD9; }
a { background-color: rgb(148,189,217); }
div.DivClassName
{
background-color: #94BDD9;
}
.BgClassName
{
background-color: #94BDD9;
}
</style>
border-color css
<style>
span { border-color: #94BDD9; }
span { border-color: rgb(148,189,217); }
td.TdClassName
{
border-color: #94BDD9;
}
.TagClassName
{
border-color: #94BDD9;
}
</style>