Shades of Cornflower #94C8DE
Tints of Cornflower #94C8DE
RGB
CMYK
RGB Variations
Color information
#94C8DE (or 0x94C8DE) is known color: Cornflower. HEX triplet: 94, C8 and DE. RGB value is (148,200,222). Sum of RGB (Red+Green+Blue) = 148+200+222=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #94C8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C8DE is #6B3721. Grayscale: #BABABA. Windows color (decimal): -7026466 or 14600340. OLE color: 14600340.
HSL color Cylindrical-coordinate representation of color #94C8DE: hue angle of 197.84º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94C8DE is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 200 | 222 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.13 |
| HSL | 197.84º | 0.53% | 0.73% | - |
| HSV(B) | 197.84º | 0.33% | 0.87% | - |
| XYZ | 46.05 | 52.88 | 76.89 | - |
| YUV | 186.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 200 | 222 | 0.33 | 0.10 | 0 | 0.13 | 197.84 | 0.53 | 0.73 |
| Hex | 94 | C8 | DE | 21 | A | 0 | D | C6 | 35 | 49 |
| Octal | 224 | 310 | 336 | 41 | 12 | 0 | 15 | 306 | 65 | 111 |
| Binary | 10010100 | 11001000 | 11011110 | 100001 | 1010 | 0 | 1101 | 11000110 | 110101 | 1001001 |
Color Harmonies of #94C8DE
Complementary color
Monochromatic Colors of #94C8DE
Black with #94C8DE
Text Example
Text Example
White with #94C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C8DE; }
p { color: rgb(148,200,222); }
H1.HeaderClassName
{
color: #94C8DE;
}
.AnyTagClassName
{
color: #94C8DE;
}
</style>
background-color css
<style>
a { background-color: #94C8DE; }
a { background-color: rgb(148,200,222); }
div.DivClassName
{
background-color: #94C8DE;
}
.BgClassName
{
background-color: #94C8DE;
}
</style>
border-color css
<style>
span { border-color: #94C8DE; }
span { border-color: rgb(148,200,222); }
td.TdClassName
{
border-color: #94C8DE;
}
.TagClassName
{
border-color: #94C8DE;
}
</style>