#94EEB9

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

Shades of Vista Blue #94EEB9

Tints of Vista Blue #94EEB9

Color information

#94EEB9 (or 0x94EEB9) is unknown color: approx Vista Blue. HEX triplet: 94, EE and B9. RGB value is (148,238,185). Sum of RGB (Red+Green+Blue) = 148+238+185=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EEB9 is #6B1146. Grayscale: #CDCDCD. Windows color (decimal): -7016775 or 12185236. OLE color: 12185236.

HSL color Cylindrical-coordinate representation of color #94EEB9: hue angle of 144.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EEB9 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB148238185-
CMYK0.3800.220.07
HSL144.67º72.58%75.69%-
HSV(B)144.67º37.82%93.33%-
XYZ51.5470.9556.88-
YUV205.05116.6887.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.92%
GREEN value IS 238 (93.36% from 255) = 41.68%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=25.92%
G=41.68%
B=32.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482381850.3800.220.07144.6772.5875.69
Hex94EEB926016791494c
Octal224356271460267221111114
Binary1001010011101110101110011001100101101111001000110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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