Shades of Cornflower #94BDEA
Tints of Cornflower #94BDEA
RGB
CMYK
RGB Variations
Color information
#94BDEA (or 0x94BDEA) is known color: Cornflower. HEX triplet: 94, BD and EA. RGB value is (148,189,234). Sum of RGB (Red+Green+Blue) = 148+189+234=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #94BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDEA is #6B4215. Grayscale: #B5B5B5. Windows color (decimal): -7029270 or 15383956. OLE color: 15383956.
HSL color Cylindrical-coordinate representation of color #94BDEA: hue angle of 211.4º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94BDEA is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 189 | 234 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.08 |
| HSL | 211.4º | 0.67% | 0.75% | - |
| HSV(B) | 211.4º | 0.37% | 0.92% | - |
| XYZ | 45.26 | 48.63 | 84.84 | - |
| YUV | 181.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 234 | 0.37 | 0.19 | 0 | 0.08 | 211.4 | 0.67 | 0.75 |
| Hex | 94 | BD | EA | 25 | 13 | 0 | 8 | D3 | 43 | 4B |
| Octal | 224 | 275 | 352 | 45 | 23 | 0 | 10 | 323 | 103 | 113 |
| Binary | 10010100 | 10111101 | 11101010 | 100101 | 10011 | 0 | 1000 | 11010011 | 1000011 | 1001011 |
Color Harmonies of #94BDEA
Complementary color
Monochromatic Colors of #94BDEA
Black with #94BDEA
Text Example
Text Example
White with #94BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BDEA; }
p { color: rgb(148,189,234); }
H1.HeaderClassName
{
color: #94BDEA;
}
.AnyTagClassName
{
color: #94BDEA;
}
</style>
background-color css
<style>
a { background-color: #94BDEA; }
a { background-color: rgb(148,189,234); }
div.DivClassName
{
background-color: #94BDEA;
}
.BgClassName
{
background-color: #94BDEA;
}
</style>
border-color css
<style>
span { border-color: #94BDEA; }
span { border-color: rgb(148,189,234); }
td.TdClassName
{
border-color: #94BDEA;
}
.TagClassName
{
border-color: #94BDEA;
}
</style>