#94EBB9

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

Shades of Vista Blue #94EBB9

Tints of Vista Blue #94EBB9

Color information

#94EBB9 (or 0x94EBB9) is unknown color: approx Vista Blue. HEX triplet: 94, EB and B9. RGB value is (148,235,185). Sum of RGB (Red+Green+Blue) = 148+235+185=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EBB9 is #6B1446. Grayscale: #CBCBCB. Windows color (decimal): -7017543 or 12184468. OLE color: 12184468.

HSL color Cylindrical-coordinate representation of color #94EBB9: hue angle of 145.52º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EBB9 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB148235185-
CMYK0.3700.210.08
HSL145.52º68.5%75.1%-
HSV(B)145.52º37.02%92.16%-
XYZ50.6869.2256.59-
YUV203.29117.6888.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.06%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 185 (72.66% from 255) = 32.57%
R=26.06%
G=41.37%
B=32.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351850.3700.210.08145.5268.575.1
Hex94EBB925015892454b
Octal2243532714502510222105113
Binary10010100111010111011100110010101010110001001001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,185); }

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

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

 a { background-color: rgb(148,235,185); }

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

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

 span { border-color: rgb(148,235,185); }

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