Shades of Cornflower #94D2F3
Tints of Cornflower #94D2F3
RGB
CMYK
RGB Variations
Color information
#94D2F3 (or 0x94D2F3) is known color: Cornflower. HEX triplet: 94, D2 and F3. RGB value is (148,210,243). Sum of RGB (Red+Green+Blue) = 148+210+243=601 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.63% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #94D2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D2F3 is #6B2D0C. Grayscale: #C3C3C3. Windows color (decimal): -7023885 or 15979156. OLE color: 15979156.
HSL color Cylindrical-coordinate representation of color #94D2F3: hue angle of 200.84º 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 #94D2F3 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 210 | 243 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.05 |
| HSL | 200.84º | 0.8% | 0.77% | - |
| HSV(B) | 200.84º | 0.39% | 0.95% | - |
| XYZ | 51.44 | 58.86 | 93.44 | - |
| YUV | 195.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 243 | 0.39 | 0.14 | 0 | 0.05 | 200.84 | 0.8 | 0.77 |
| Hex | 94 | D2 | F3 | 27 | E | 0 | 5 | C9 | 50 | 4D |
| Octal | 224 | 322 | 363 | 47 | 16 | 0 | 5 | 311 | 120 | 115 |
| Binary | 10010100 | 11010010 | 11110011 | 100111 | 1110 | 0 | 101 | 11001001 | 1010000 | 1001101 |
Color Harmonies of #94D2F3
Complementary color
Monochromatic Colors of #94D2F3
Black with #94D2F3
Text Example
Text Example
White with #94D2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D2F3; }
p { color: rgb(148,210,243); }
H1.HeaderClassName
{
color: #94D2F3;
}
.AnyTagClassName
{
color: #94D2F3;
}
</style>
background-color css
<style>
a { background-color: #94D2F3; }
a { background-color: rgb(148,210,243); }
div.DivClassName
{
background-color: #94D2F3;
}
.BgClassName
{
background-color: #94D2F3;
}
</style>
border-color css
<style>
span { border-color: #94D2F3; }
span { border-color: rgb(148,210,243); }
td.TdClassName
{
border-color: #94D2F3;
}
.TagClassName
{
border-color: #94D2F3;
}
</style>