Shades of Cornflower #94C8E6
Tints of Cornflower #94C8E6
RGB
CMYK
RGB Variations
Color information
#94C8E6 (or 0x94C8E6) is known color: Cornflower. HEX triplet: 94, C8 and E6. RGB value is (148,200,230). Sum of RGB (Red+Green+Blue) = 148+200+230=578 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.61% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #94C8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C8E6 is #6B3719. Grayscale: #BBBBBB. Windows color (decimal): -7026458 or 15124628. OLE color: 15124628.
HSL color Cylindrical-coordinate representation of color #94C8E6: hue angle of 201.95º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94C8E6 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 200 | 230 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.10 |
| HSL | 201.95º | 0.62% | 0.74% | - |
| HSV(B) | 201.95º | 0.36% | 0.9% | - |
| XYZ | 47.15 | 53.32 | 82.67 | - |
| YUV | 187.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 200 | 230 | 0.36 | 0.13 | 0 | 0.10 | 201.95 | 0.62 | 0.74 |
| Hex | 94 | C8 | E6 | 24 | D | 0 | A | CA | 3E | 4A |
| Octal | 224 | 310 | 346 | 44 | 15 | 0 | 12 | 312 | 76 | 112 |
| Binary | 10010100 | 11001000 | 11100110 | 100100 | 1101 | 0 | 1010 | 11001010 | 111110 | 1001010 |
Color Harmonies of #94C8E6
Complementary color
Monochromatic Colors of #94C8E6
Black with #94C8E6
Text Example
Text Example
White with #94C8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C8E6; }
p { color: rgb(148,200,230); }
H1.HeaderClassName
{
color: #94C8E6;
}
.AnyTagClassName
{
color: #94C8E6;
}
</style>
background-color css
<style>
a { background-color: #94C8E6; }
a { background-color: rgb(148,200,230); }
div.DivClassName
{
background-color: #94C8E6;
}
.BgClassName
{
background-color: #94C8E6;
}
</style>
border-color css
<style>
span { border-color: #94C8E6; }
span { border-color: rgb(148,200,230); }
td.TdClassName
{
border-color: #94C8E6;
}
.TagClassName
{
border-color: #94C8E6;
}
</style>