Shades of Cornflower #94CFF3
Tints of Cornflower #94CFF3
RGB
CMYK
RGB Variations
Color information
#94CFF3 (or 0x94CFF3) is known color: Cornflower. HEX triplet: 94, CF and F3. RGB value is (148,207,243). Sum of RGB (Red+Green+Blue) = 148+207+243=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #94CFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CFF3 is #6B300C. Grayscale: #C1C1C1. Windows color (decimal): -7024653 or 15978388. OLE color: 15978388.
HSL color Cylindrical-coordinate representation of color #94CFF3: hue angle of 202.74º 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 #94CFF3 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 207 | 243 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.05 |
| HSL | 202.74º | 0.8% | 0.77% | - |
| HSV(B) | 202.74º | 0.39% | 0.95% | - |
| XYZ | 50.7 | 57.39 | 93.2 | - |
| YUV | 193.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 207 | 243 | 0.39 | 0.15 | 0 | 0.05 | 202.74 | 0.8 | 0.77 |
| Hex | 94 | CF | F3 | 27 | F | 0 | 5 | CB | 50 | 4D |
| Octal | 224 | 317 | 363 | 47 | 17 | 0 | 5 | 313 | 120 | 115 |
| Binary | 10010100 | 11001111 | 11110011 | 100111 | 1111 | 0 | 101 | 11001011 | 1010000 | 1001101 |
Color Harmonies of #94CFF3
Complementary color
Monochromatic Colors of #94CFF3
Black with #94CFF3
Text Example
Text Example
White with #94CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CFF3; }
p { color: rgb(148,207,243); }
H1.HeaderClassName
{
color: #94CFF3;
}
.AnyTagClassName
{
color: #94CFF3;
}
</style>
background-color css
<style>
a { background-color: #94CFF3; }
a { background-color: rgb(148,207,243); }
div.DivClassName
{
background-color: #94CFF3;
}
.BgClassName
{
background-color: #94CFF3;
}
</style>
border-color css
<style>
span { border-color: #94CFF3; }
span { border-color: rgb(148,207,243); }
td.TdClassName
{
border-color: #94CFF3;
}
.TagClassName
{
border-color: #94CFF3;
}
</style>