Shades of Cornflower #94C6DD
Tints of Cornflower #94C6DD
RGB
CMYK
RGB Variations
Color information
#94C6DD (or 0x94C6DD) is known color: Cornflower. HEX triplet: 94, C6 and DD. RGB value is (148,198,221). Sum of RGB (Red+Green+Blue) = 148+198+221=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #94C6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C6DD is #6B3922. Grayscale: #B9B9B9. Windows color (decimal): -7026979 or 14534292. OLE color: 14534292.
HSL color Cylindrical-coordinate representation of color #94C6DD: hue angle of 198.9º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94C6DD is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 198 | 221 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.13 |
| HSL | 198.9º | 0.52% | 0.72% | - |
| HSV(B) | 198.9º | 0.33% | 0.87% | - |
| XYZ | 45.46 | 51.9 | 76.03 | - |
| YUV | 185.67 | 147.94 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 221 | 0.33 | 0.10 | 0 | 0.13 | 198.9 | 0.52 | 0.72 |
| Hex | 94 | C6 | DD | 21 | A | 0 | D | C7 | 34 | 48 |
| Octal | 224 | 306 | 335 | 41 | 12 | 0 | 15 | 307 | 64 | 110 |
| Binary | 10010100 | 11000110 | 11011101 | 100001 | 1010 | 0 | 1101 | 11000111 | 110100 | 1001000 |
Color Harmonies of #94C6DD
Complementary color
Monochromatic Colors of #94C6DD
Black with #94C6DD
Text Example
Text Example
White with #94C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C6DD; }
p { color: rgb(148,198,221); }
H1.HeaderClassName
{
color: #94C6DD;
}
.AnyTagClassName
{
color: #94C6DD;
}
</style>
background-color css
<style>
a { background-color: #94C6DD; }
a { background-color: rgb(148,198,221); }
div.DivClassName
{
background-color: #94C6DD;
}
.BgClassName
{
background-color: #94C6DD;
}
</style>
border-color css
<style>
span { border-color: #94C6DD; }
span { border-color: rgb(148,198,221); }
td.TdClassName
{
border-color: #94C6DD;
}
.TagClassName
{
border-color: #94C6DD;
}
</style>