Shades of Cornflower #94CDE5
Tints of Cornflower #94CDE5
RGB
CMYK
RGB Variations
Color information
#94CDE5 (or 0x94CDE5) is known color: Cornflower. HEX triplet: 94, CD and E5. RGB value is (148,205,229). Sum of RGB (Red+Green+Blue) = 148+205+229=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #94CDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDE5 is #6B321A. Grayscale: #BEBEBE. Windows color (decimal): -7025179 or 15060372. OLE color: 15060372.
HSL color Cylindrical-coordinate representation of color #94CDE5: hue angle of 197.78º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94CDE5 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 205 | 229 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.10 |
| HSL | 197.78º | 0.61% | 0.74% | - |
| HSV(B) | 197.78º | 0.35% | 0.9% | - |
| XYZ | 48.19 | 55.62 | 82.32 | - |
| YUV | 190.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 229 | 0.35 | 0.10 | 0 | 0.10 | 197.78 | 0.61 | 0.74 |
| Hex | 94 | CD | E5 | 23 | A | 0 | A | C6 | 3D | 4A |
| Octal | 224 | 315 | 345 | 43 | 12 | 0 | 12 | 306 | 75 | 112 |
| Binary | 10010100 | 11001101 | 11100101 | 100011 | 1010 | 0 | 1010 | 11000110 | 111101 | 1001010 |
Color Harmonies of #94CDE5
Complementary color
Monochromatic Colors of #94CDE5
Black with #94CDE5
Text Example
Text Example
White with #94CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDE5; }
p { color: rgb(148,205,229); }
H1.HeaderClassName
{
color: #94CDE5;
}
.AnyTagClassName
{
color: #94CDE5;
}
</style>
background-color css
<style>
a { background-color: #94CDE5; }
a { background-color: rgb(148,205,229); }
div.DivClassName
{
background-color: #94CDE5;
}
.BgClassName
{
background-color: #94CDE5;
}
</style>
border-color css
<style>
span { border-color: #94CDE5; }
span { border-color: rgb(148,205,229); }
td.TdClassName
{
border-color: #94CDE5;
}
.TagClassName
{
border-color: #94CDE5;
}
</style>