#94C3EF

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

Shades of Cornflower #94C3EF

Tints of Cornflower #94C3EF

Color information

#94C3EF (or 0x94C3EF) is unknown color: approx Cornflower. HEX triplet: 94, C3 and EF. RGB value is (148,195,239). Sum of RGB (Red+Green+Blue) = 148+195+239=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #94C3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C3EF is #6B3C10. Grayscale: #B9B9B9. Windows color (decimal): -7027729 or 15713172. OLE color: 15713172.

HSL color Cylindrical-coordinate representation of color #94C3EF: hue angle of 209.01º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94C3EF is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148195239-
CMYK0.380.1800.06
HSL209.01º73.98%75.88%-
HSV(B)209.01º38.08%93.73%-
XYZ47.3151.5689.12-
YUV185.96157.93100.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.43%
GREEN value IS 195 (76.56% from 255) = 33.51%
BLUE value IS 239 (93.75% from 255) = 41.07%
R=25.43%
G=33.51%
B=41.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481952390.380.1800.06209.0173.9875.88
Hex94C3EF261206d14a4c
Octal224303357462206321112114
Binary1001010011000011111011111001101001001101101000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,195,239); }

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

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

 a { background-color: rgb(148,195,239); }

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

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

 span { border-color: rgb(148,195,239); }

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