#94D9B4

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

Shades of Vista Blue #94D9B4

Tints of Vista Blue #94D9B4

Color information

#94D9B4 (or 0x94D9B4) is unknown color: approx Vista Blue. HEX triplet: 94, D9 and B4. RGB value is (148,217,180). Sum of RGB (Red+Green+Blue) = 148+217+180=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9B4 is #6B264B. Grayscale: #C0C0C0. Windows color (decimal): -7022156 or 11852180. OLE color: 11852180.

HSL color Cylindrical-coordinate representation of color #94D9B4: hue angle of 147.83º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9B4 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB148217180-
CMYK0.3200.170.15
HSL147.83º47.59%71.57%-
HSV(B)147.83º31.8%85.1%-
XYZ45.2659.2252.22-
YUV192.15121.1496.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.16%
GREEN value IS 217 (85.16% from 255) = 39.82%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=27.16%
G=39.82%
B=33.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171800.3200.170.15147.8347.5971.57
Hex94D9B420011F943048
Octal224331264400211722460110
Binary1001010011011001101101001000000100011111100101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,180); }

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

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

 a { background-color: rgb(148,217,180); }

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

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

 span { border-color: rgb(148,217,180); }

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