Shades of Cornflower #94C2ED
Tints of Cornflower #94C2ED
RGB
CMYK
RGB Variations
Color information
#94C2ED (or 0x94C2ED) is known color: Cornflower. HEX triplet: 94, C2 and ED. RGB value is (148,194,237). Sum of RGB (Red+Green+Blue) = 148+194+237=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #94C2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C2ED is #6B3D12. Grayscale: #B8B8B8. Windows color (decimal): -7027987 or 15581844. OLE color: 15581844.
HSL color Cylindrical-coordinate representation of color #94C2ED: hue angle of 208.99º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94C2ED is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 148 | 194 | 237 | - |
CMYK | 0.38 | 0.18 | 0 | 0.07 |
HSL | 208.99º | 0.71% | 0.75% | - |
HSV(B) | 208.99º | 0.38% | 0.93% | - |
XYZ | 46.79 | 50.99 | 87.5 | - |
YUV | 185.15 | 157.26 | 101.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 148 | 194 | 237 | 0.38 | 0.18 | 0 | 0.07 | 208.99 | 0.71 | 0.75 |
Hex | 94 | C2 | ED | 26 | 12 | 0 | 7 | D1 | 47 | 4B |
Octal | 224 | 302 | 355 | 46 | 22 | 0 | 7 | 321 | 107 | 113 |
Binary | 10010100 | 11000010 | 11101101 | 100110 | 10010 | 0 | 111 | 11010001 | 1000111 | 1001011 |
Color Harmonies of #94C2ED
Complementary color
Monochromatic Colors of #94C2ED
Black with #94C2ED
Text Example
Text Example
White with #94C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2ED; }
p { color: rgb(148,194,237); }
H1.HeaderClassName
{
color: #94C2ED;
}
.AnyTagClassName
{
color: #94C2ED;
}
</style>
background-color css
<style>
a { background-color: #94C2ED; }
a { background-color: rgb(148,194,237); }
div.DivClassName
{
background-color: #94C2ED;
}
.BgClassName
{
background-color: #94C2ED;
}
</style>
border-color css
<style>
span { border-color: #94C2ED; }
span { border-color: rgb(148,194,237); }
td.TdClassName
{
border-color: #94C2ED;
}
.TagClassName
{
border-color: #94C2ED;
}
</style>