Shades of Cornflower #94CDE1
Tints of Cornflower #94CDE1
RGB
CMYK
RGB Variations
Color information
#94CDE1 (or 0x94CDE1) is known color: Cornflower. HEX triplet: 94, CD and E1. RGB value is (148,205,225). Sum of RGB (Red+Green+Blue) = 148+205+225=578 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.61% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #94CDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDE1 is #6B321E. Grayscale: #BEBEBE. Windows color (decimal): -7025183 or 14798228. OLE color: 14798228.
HSL color Cylindrical-coordinate representation of color #94CDE1: hue angle of 195.58º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94CDE1 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 205 | 225 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.12 |
| HSL | 195.58º | 0.56% | 0.73% | - |
| HSV(B) | 195.58º | 0.34% | 0.88% | - |
| XYZ | 47.63 | 55.39 | 79.42 | - |
| YUV | 190.24 | 147.62 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 225 | 0.34 | 0.09 | 0 | 0.12 | 195.58 | 0.56 | 0.73 |
| Hex | 94 | CD | E1 | 22 | 9 | 0 | C | C4 | 38 | 49 |
| Octal | 224 | 315 | 341 | 42 | 11 | 0 | 14 | 304 | 70 | 111 |
| Binary | 10010100 | 11001101 | 11100001 | 100010 | 1001 | 0 | 1100 | 11000100 | 111000 | 1001001 |
Color Harmonies of #94CDE1
Complementary color
Monochromatic Colors of #94CDE1
Black with #94CDE1
Text Example
Text Example
White with #94CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDE1; }
p { color: rgb(148,205,225); }
H1.HeaderClassName
{
color: #94CDE1;
}
.AnyTagClassName
{
color: #94CDE1;
}
</style>
background-color css
<style>
a { background-color: #94CDE1; }
a { background-color: rgb(148,205,225); }
div.DivClassName
{
background-color: #94CDE1;
}
.BgClassName
{
background-color: #94CDE1;
}
</style>
border-color css
<style>
span { border-color: #94CDE1; }
span { border-color: rgb(148,205,225); }
td.TdClassName
{
border-color: #94CDE1;
}
.TagClassName
{
border-color: #94CDE1;
}
</style>