Shades of Cornflower #94C8DD
Tints of Cornflower #94C8DD
RGB
CMYK
RGB Variations
Color information
#94C8DD (or 0x94C8DD) is known color: Cornflower. HEX triplet: 94, C8 and DD. RGB value is (148,200,221). Sum of RGB (Red+Green+Blue) = 148+200+221=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #94C8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C8DD is #6B3722. Grayscale: #BABABA. Windows color (decimal): -7026467 or 14534804. OLE color: 14534804.
HSL color Cylindrical-coordinate representation of color #94C8DD: hue angle of 197.26º 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 #94C8DD is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 200 | 221 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.13 |
| HSL | 197.26º | 0.52% | 0.72% | - |
| HSV(B) | 197.26º | 0.33% | 0.87% | - |
| XYZ | 45.92 | 52.82 | 76.18 | - |
| YUV | 186.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 200 | 221 | 0.33 | 0.10 | 0 | 0.13 | 197.26 | 0.52 | 0.72 |
| Hex | 94 | C8 | DD | 21 | A | 0 | D | C5 | 34 | 48 |
| Octal | 224 | 310 | 335 | 41 | 12 | 0 | 15 | 305 | 64 | 110 |
| Binary | 10010100 | 11001000 | 11011101 | 100001 | 1010 | 0 | 1101 | 11000101 | 110100 | 1001000 |
Color Harmonies of #94C8DD
Complementary color
Monochromatic Colors of #94C8DD
Black with #94C8DD
Text Example
Text Example
White with #94C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C8DD; }
p { color: rgb(148,200,221); }
H1.HeaderClassName
{
color: #94C8DD;
}
.AnyTagClassName
{
color: #94C8DD;
}
</style>
background-color css
<style>
a { background-color: #94C8DD; }
a { background-color: rgb(148,200,221); }
div.DivClassName
{
background-color: #94C8DD;
}
.BgClassName
{
background-color: #94C8DD;
}
</style>
border-color css
<style>
span { border-color: #94C8DD; }
span { border-color: rgb(148,200,221); }
td.TdClassName
{
border-color: #94C8DD;
}
.TagClassName
{
border-color: #94C8DD;
}
</style>