Shades of Cornflower #94C5DC
Tints of Cornflower #94C5DC
RGB
CMYK
RGB Variations
Color information
#94C5DC (or 0x94C5DC) is known color: Cornflower. HEX triplet: 94, C5 and DC. RGB value is (148,197,220). Sum of RGB (Red+Green+Blue) = 148+197+220=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #94C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5DC is #6B3A23. Grayscale: #B8B8B8. Windows color (decimal): -7027236 or 14468500. OLE color: 14468500.
HSL color Cylindrical-coordinate representation of color #94C5DC: hue angle of 199.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94C5DC is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 197 | 220 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.14 |
| HSL | 199.17º | 0.51% | 0.72% | - |
| HSV(B) | 199.17º | 0.33% | 0.86% | - |
| XYZ | 45.1 | 51.4 | 75.25 | - |
| YUV | 184.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 220 | 0.33 | 0.10 | 0 | 0.14 | 199.17 | 0.51 | 0.72 |
| Hex | 94 | C5 | DC | 21 | A | 0 | E | C7 | 33 | 48 |
| Octal | 224 | 305 | 334 | 41 | 12 | 0 | 16 | 307 | 63 | 110 |
| Binary | 10010100 | 11000101 | 11011100 | 100001 | 1010 | 0 | 1110 | 11000111 | 110011 | 1001000 |
Color Harmonies of #94C5DC
Complementary color
Monochromatic Colors of #94C5DC
Black with #94C5DC
Text Example
Text Example
White with #94C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C5DC; }
p { color: rgb(148,197,220); }
H1.HeaderClassName
{
color: #94C5DC;
}
.AnyTagClassName
{
color: #94C5DC;
}
</style>
background-color css
<style>
a { background-color: #94C5DC; }
a { background-color: rgb(148,197,220); }
div.DivClassName
{
background-color: #94C5DC;
}
.BgClassName
{
background-color: #94C5DC;
}
</style>
border-color css
<style>
span { border-color: #94C5DC; }
span { border-color: rgb(148,197,220); }
td.TdClassName
{
border-color: #94C5DC;
}
.TagClassName
{
border-color: #94C5DC;
}
</style>