Shades of Cornflower #94CFE9
Tints of Cornflower #94CFE9
RGB
CMYK
RGB Variations
Color information
#94CFE9 (or 0x94CFE9) is known color: Cornflower. HEX triplet: 94, CF and E9. RGB value is (148,207,233). Sum of RGB (Red+Green+Blue) = 148+207+233=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #94CFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CFE9 is #6B3016. Grayscale: #C0C0C0. Windows color (decimal): -7024663 or 15323028. OLE color: 15323028.
HSL color Cylindrical-coordinate representation of color #94CFE9: hue angle of 198.35º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94CFE9 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 207 | 233 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.09 |
| HSL | 198.35º | 0.66% | 0.75% | - |
| HSV(B) | 198.35º | 0.36% | 0.91% | - |
| XYZ | 49.23 | 56.8 | 85.46 | - |
| YUV | 192.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 207 | 233 | 0.36 | 0.11 | 0 | 0.09 | 198.35 | 0.66 | 0.75 |
| Hex | 94 | CF | E9 | 24 | B | 0 | 9 | C6 | 42 | 4B |
| Octal | 224 | 317 | 351 | 44 | 13 | 0 | 11 | 306 | 102 | 113 |
| Binary | 10010100 | 11001111 | 11101001 | 100100 | 1011 | 0 | 1001 | 11000110 | 1000010 | 1001011 |
Color Harmonies of #94CFE9
Complementary color
Monochromatic Colors of #94CFE9
Black with #94CFE9
Text Example
Text Example
White with #94CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CFE9; }
p { color: rgb(148,207,233); }
H1.HeaderClassName
{
color: #94CFE9;
}
.AnyTagClassName
{
color: #94CFE9;
}
</style>
background-color css
<style>
a { background-color: #94CFE9; }
a { background-color: rgb(148,207,233); }
div.DivClassName
{
background-color: #94CFE9;
}
.BgClassName
{
background-color: #94CFE9;
}
</style>
border-color css
<style>
span { border-color: #94CFE9; }
span { border-color: rgb(148,207,233); }
td.TdClassName
{
border-color: #94CFE9;
}
.TagClassName
{
border-color: #94CFE9;
}
</style>