Shades of Cornflower #94CFF0
Tints of Cornflower #94CFF0
RGB
CMYK
RGB Variations
Color information
#94CFF0 (or 0x94CFF0) is known color: Cornflower. HEX triplet: 94, CF and F0. RGB value is (148,207,240). Sum of RGB (Red+Green+Blue) = 148+207+240=595 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.87% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #94CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CFF0 is #6B300F. Grayscale: #C0C0C0. Windows color (decimal): -7024656 or 15781780. OLE color: 15781780.
HSL color Cylindrical-coordinate representation of color #94CFF0: hue angle of 201.52º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94CFF0 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 207 | 240 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.06 |
| HSL | 201.52º | 0.75% | 0.76% | - |
| HSV(B) | 201.52º | 0.38% | 0.94% | - |
| XYZ | 50.25 | 57.21 | 90.83 | - |
| YUV | 193.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 207 | 240 | 0.38 | 0.14 | 0 | 0.06 | 201.52 | 0.75 | 0.76 |
| Hex | 94 | CF | F0 | 26 | E | 0 | 6 | CA | 4B | 4C |
| Octal | 224 | 317 | 360 | 46 | 16 | 0 | 6 | 312 | 113 | 114 |
| Binary | 10010100 | 11001111 | 11110000 | 100110 | 1110 | 0 | 110 | 11001010 | 1001011 | 1001100 |
Color Harmonies of #94CFF0
Complementary color
Monochromatic Colors of #94CFF0
Black with #94CFF0
Text Example
Text Example
White with #94CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CFF0; }
p { color: rgb(148,207,240); }
H1.HeaderClassName
{
color: #94CFF0;
}
.AnyTagClassName
{
color: #94CFF0;
}
</style>
background-color css
<style>
a { background-color: #94CFF0; }
a { background-color: rgb(148,207,240); }
div.DivClassName
{
background-color: #94CFF0;
}
.BgClassName
{
background-color: #94CFF0;
}
</style>
border-color css
<style>
span { border-color: #94CFF0; }
span { border-color: rgb(148,207,240); }
td.TdClassName
{
border-color: #94CFF0;
}
.TagClassName
{
border-color: #94CFF0;
}
</style>