Shades of Cornflower #94BDE4
Tints of Cornflower #94BDE4
RGB
CMYK
RGB Variations
Color information
#94BDE4 (or 0x94BDE4) is known color: Cornflower. HEX triplet: 94, BD and E4. RGB value is (148,189,228). Sum of RGB (Red+Green+Blue) = 148+189+228=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #94BDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDE4 is #6B421B. Grayscale: #B4B4B4. Windows color (decimal): -7029276 or 14990740. OLE color: 14990740.
HSL color Cylindrical-coordinate representation of color #94BDE4: hue angle of 209.25º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94BDE4 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 189 | 228 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.11 |
| HSL | 209.25º | 0.6% | 0.74% | - |
| HSV(B) | 209.25º | 0.35% | 0.89% | - |
| XYZ | 44.41 | 48.29 | 80.38 | - |
| YUV | 181.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 228 | 0.35 | 0.17 | 0 | 0.11 | 209.25 | 0.6 | 0.74 |
| Hex | 94 | BD | E4 | 23 | 11 | 0 | B | D1 | 3C | 4A |
| Octal | 224 | 275 | 344 | 43 | 21 | 0 | 13 | 321 | 74 | 112 |
| Binary | 10010100 | 10111101 | 11100100 | 100011 | 10001 | 0 | 1011 | 11010001 | 111100 | 1001010 |
Color Harmonies of #94BDE4
Complementary color
Monochromatic Colors of #94BDE4
Black with #94BDE4
Text Example
Text Example
White with #94BDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BDE4; }
p { color: rgb(148,189,228); }
H1.HeaderClassName
{
color: #94BDE4;
}
.AnyTagClassName
{
color: #94BDE4;
}
</style>
background-color css
<style>
a { background-color: #94BDE4; }
a { background-color: rgb(148,189,228); }
div.DivClassName
{
background-color: #94BDE4;
}
.BgClassName
{
background-color: #94BDE4;
}
</style>
border-color css
<style>
span { border-color: #94BDE4; }
span { border-color: rgb(148,189,228); }
td.TdClassName
{
border-color: #94BDE4;
}
.TagClassName
{
border-color: #94BDE4;
}
</style>