Shades of Cornflower #94D0E7
Tints of Cornflower #94D0E7
RGB
CMYK
RGB Variations
Color information
#94D0E7 (or 0x94D0E7) is known color: Cornflower. HEX triplet: 94, D0 and E7. RGB value is (148,208,231). Sum of RGB (Red+Green+Blue) = 148+208+231=587 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.21% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #94D0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D0E7 is #6B2F18. Grayscale: #C0C0C0. Windows color (decimal): -7024409 or 15192212. OLE color: 15192212.
HSL color Cylindrical-coordinate representation of color #94D0E7: hue angle of 196.63º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94D0E7 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 208 | 231 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.09 |
| HSL | 196.63º | 0.63% | 0.74% | - |
| HSV(B) | 196.63º | 0.36% | 0.91% | - |
| XYZ | 49.19 | 57.18 | 84.04 | - |
| YUV | 192.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 231 | 0.36 | 0.10 | 0 | 0.09 | 196.63 | 0.63 | 0.74 |
| Hex | 94 | D0 | E7 | 24 | A | 0 | 9 | C5 | 3F | 4A |
| Octal | 224 | 320 | 347 | 44 | 12 | 0 | 11 | 305 | 77 | 112 |
| Binary | 10010100 | 11010000 | 11100111 | 100100 | 1010 | 0 | 1001 | 11000101 | 111111 | 1001010 |
Color Harmonies of #94D0E7
Complementary color
Monochromatic Colors of #94D0E7
Black with #94D0E7
Text Example
Text Example
White with #94D0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0E7; }
p { color: rgb(148,208,231); }
H1.HeaderClassName
{
color: #94D0E7;
}
.AnyTagClassName
{
color: #94D0E7;
}
</style>
background-color css
<style>
a { background-color: #94D0E7; }
a { background-color: rgb(148,208,231); }
div.DivClassName
{
background-color: #94D0E7;
}
.BgClassName
{
background-color: #94D0E7;
}
</style>
border-color css
<style>
span { border-color: #94D0E7; }
span { border-color: rgb(148,208,231); }
td.TdClassName
{
border-color: #94D0E7;
}
.TagClassName
{
border-color: #94D0E7;
}
</style>