Shades of Cornflower #94BDE3
Tints of Cornflower #94BDE3
RGB
CMYK
RGB Variations
Color information
#94BDE3 (or 0x94BDE3) is known color: Cornflower. HEX triplet: 94, BD and E3. RGB value is (148,189,227). Sum of RGB (Red+Green+Blue) = 148+189+227=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 227 - color contains mainly: blue. Hex color #94BDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDE3 is #6B421C. Grayscale: #B4B4B4. Windows color (decimal): -7029277 or 14925204. OLE color: 14925204.
HSL color Cylindrical-coordinate representation of color #94BDE3: hue angle of 208.86º degrees, saturation: 0.59, 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 #94BDE3 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 189 | 227 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.11 |
| HSL | 208.86º | 0.59% | 0.74% | - |
| HSV(B) | 208.86º | 0.35% | 0.89% | - |
| XYZ | 44.28 | 48.24 | 79.65 | - |
| YUV | 181.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 227 | 0.35 | 0.17 | 0 | 0.11 | 208.86 | 0.59 | 0.74 |
| Hex | 94 | BD | E3 | 23 | 11 | 0 | B | D1 | 3B | 4A |
| Octal | 224 | 275 | 343 | 43 | 21 | 0 | 13 | 321 | 73 | 112 |
| Binary | 10010100 | 10111101 | 11100011 | 100011 | 10001 | 0 | 1011 | 11010001 | 111011 | 1001010 |
Color Harmonies of #94BDE3
Complementary color
Monochromatic Colors of #94BDE3
Black with #94BDE3
Text Example
Text Example
White with #94BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BDE3; }
p { color: rgb(148,189,227); }
H1.HeaderClassName
{
color: #94BDE3;
}
.AnyTagClassName
{
color: #94BDE3;
}
</style>
background-color css
<style>
a { background-color: #94BDE3; }
a { background-color: rgb(148,189,227); }
div.DivClassName
{
background-color: #94BDE3;
}
.BgClassName
{
background-color: #94BDE3;
}
</style>
border-color css
<style>
span { border-color: #94BDE3; }
span { border-color: rgb(148,189,227); }
td.TdClassName
{
border-color: #94BDE3;
}
.TagClassName
{
border-color: #94BDE3;
}
</style>