Shades of Cornflower #94B8DF
Tints of Cornflower #94B8DF
RGB
CMYK
RGB Variations
Color information
#94B8DF (or 0x94B8DF) is known color: Cornflower. HEX triplet: 94, B8 and DF. RGB value is (148,184,223). Sum of RGB (Red+Green+Blue) = 148+184+223=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #94B8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B8DF is #6B4720. Grayscale: #B1B1B1. Windows color (decimal): -7030561 or 14661780. OLE color: 14661780.
HSL color Cylindrical-coordinate representation of color #94B8DF: hue angle of 211.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94B8DF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 184 | 223 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.13 |
| HSL | 211.2º | 0.54% | 0.73% | - |
| HSV(B) | 211.2º | 0.34% | 0.87% | - |
| XYZ | 42.67 | 45.9 | 76.42 | - |
| YUV | 177.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 223 | 0.34 | 0.17 | 0 | 0.13 | 211.2 | 0.54 | 0.73 |
| Hex | 94 | B8 | DF | 22 | 11 | 0 | D | D3 | 36 | 49 |
| Octal | 224 | 270 | 337 | 42 | 21 | 0 | 15 | 323 | 66 | 111 |
| Binary | 10010100 | 10111000 | 11011111 | 100010 | 10001 | 0 | 1101 | 11010011 | 110110 | 1001001 |
Color Harmonies of #94B8DF
Complementary color
Monochromatic Colors of #94B8DF
Black with #94B8DF
Text Example
Text Example
White with #94B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B8DF; }
p { color: rgb(148,184,223); }
H1.HeaderClassName
{
color: #94B8DF;
}
.AnyTagClassName
{
color: #94B8DF;
}
</style>
background-color css
<style>
a { background-color: #94B8DF; }
a { background-color: rgb(148,184,223); }
div.DivClassName
{
background-color: #94B8DF;
}
.BgClassName
{
background-color: #94B8DF;
}
</style>
border-color css
<style>
span { border-color: #94B8DF; }
span { border-color: rgb(148,184,223); }
td.TdClassName
{
border-color: #94B8DF;
}
.TagClassName
{
border-color: #94B8DF;
}
</style>