#94beef

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

Shades of Cornflower #94BEEF

Tints of Cornflower #94BEEF

Color information

#94BEEF (or 0x94BEEF) is unknown color: approx Cornflower. HEX triplet: 94, BE and EF. RGB value is (148,190,239). Sum of RGB (Red+Green+Blue) = 148+190+239=577 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.65% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #94BEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BEEF is #6B4110. Grayscale: #B6B6B6. Windows color (decimal): -7029009 or 15711892. OLE color: 15711892.

HSL color Cylindrical-coordinate representation of color #94BEEF: hue angle of 212.31º 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 #94BEEF is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148190239-
CMYK0.380.2100.06
HSL212.31º73.98%75.88%-
HSV(B)212.31º38.08%93.73%-
XYZ46.2149.3588.75-
YUV183.03159.59103.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.65%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 239 (93.75% from 255) = 41.42%
R=25.65%
G=32.93%
B=41.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481902390.380.2100.06212.3173.9875.88
Hex94BEEF261506d44a4c
Octal224276357462506324112114
Binary1001010010111110111011111001101010101101101010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94beef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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