#94C8EC

Color #94C8EC Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #94C8EC

Tints of Cornflower #94C8EC

Color information

#94C8EC (or 0x94C8EC) is unknown color: approx Cornflower. HEX triplet: 94, C8 and EC. RGB value is (148,200,236). Sum of RGB (Red+Green+Blue) = 148+200+236=584 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.34% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #94C8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C8EC is #6B3713. Grayscale: #BCBCBC. Windows color (decimal): -7026452 or 15517844. OLE color: 15517844.

HSL color Cylindrical-coordinate representation of color #94C8EC: hue angle of 204.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94C8EC is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148200236-
CMYK0.370.1500.07
HSL204.55º69.84%75.29%-
HSV(B)204.55º37.29%92.55%-
XYZ48.0153.6687.18-
YUV188.56154.7799.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 25.34%
GREEN value IS 200 (78.52% from 255) = 34.25%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=25.34%
G=34.25%
B=40.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482002360.370.1500.07204.5569.8475.29
Hex94C8EC25F07cd464b
Octal224310354451707315106113
Binary100101001100100011101100100101111101111100110110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94C8EC; }

 p { color: rgb(148,200,236); }

 H1.HeaderClassName
 {
   color: #94C8EC;
 }
 .AnyTagClassName
 {
   color: #94C8EC;
 }
</style>
background-color css

<style>
 a { background-color: #94C8EC; }

 a { background-color: rgb(148,200,236); }

 div.DivClassName
 {
   background-color: #94C8EC;
 }
 .BgClassName
 {
   background-color: #94C8EC;
 }
</style>
border-color css

<style>
 span { border-color: #94C8EC; }

 span { border-color: rgb(148,200,236); }

 td.TdClassName
 {
   border-color: #94C8EC;
 }
 .TagClassName
 {
   border-color: #94C8EC;
 }
</style>