Shades of Cornflower #94CEF3
Tints of Cornflower #94CEF3
RGB
CMYK
RGB Variations
Color information
#94CEF3 (or 0x94CEF3) is known color: Cornflower. HEX triplet: 94, CE and F3. RGB value is (148,206,243). Sum of RGB (Red+Green+Blue) = 148+206+243=597 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.79% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #94CEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CEF3 is #6B310C. Grayscale: #C0C0C0. Windows color (decimal): -7024909 or 15978132. OLE color: 15978132.
HSL color Cylindrical-coordinate representation of color #94CEF3: hue angle of 203.37º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94CEF3 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 206 | 243 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.05 |
| HSL | 203.37º | 0.8% | 0.77% | - |
| HSV(B) | 203.37º | 0.39% | 0.95% | - |
| XYZ | 50.46 | 56.91 | 93.12 | - |
| YUV | 192.88 | 156.28 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 243 | 0.39 | 0.15 | 0 | 0.05 | 203.37 | 0.8 | 0.77 |
| Hex | 94 | CE | F3 | 27 | F | 0 | 5 | CB | 50 | 4D |
| Octal | 224 | 316 | 363 | 47 | 17 | 0 | 5 | 313 | 120 | 115 |
| Binary | 10010100 | 11001110 | 11110011 | 100111 | 1111 | 0 | 101 | 11001011 | 1010000 | 1001101 |
Color Harmonies of #94CEF3
Complementary color
Monochromatic Colors of #94CEF3
Black with #94CEF3
Text Example
Text Example
White with #94CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CEF3; }
p { color: rgb(148,206,243); }
H1.HeaderClassName
{
color: #94CEF3;
}
.AnyTagClassName
{
color: #94CEF3;
}
</style>
background-color css
<style>
a { background-color: #94CEF3; }
a { background-color: rgb(148,206,243); }
div.DivClassName
{
background-color: #94CEF3;
}
.BgClassName
{
background-color: #94CEF3;
}
</style>
border-color css
<style>
span { border-color: #94CEF3; }
span { border-color: rgb(148,206,243); }
td.TdClassName
{
border-color: #94CEF3;
}
.TagClassName
{
border-color: #94CEF3;
}
</style>