#94D9AF

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

Shades of Vista Blue #94D9AF

Tints of Vista Blue #94D9AF

Color information

#94D9AF (or 0x94D9AF) is unknown color: approx Vista Blue. HEX triplet: 94, D9 and AF. RGB value is (148,217,175). Sum of RGB (Red+Green+Blue) = 148+217+175=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9AF is #6B2650. Grayscale: #BFBFBF. Windows color (decimal): -7022161 or 11524500. OLE color: 11524500.

HSL color Cylindrical-coordinate representation of color #94D9AF: hue angle of 143.48º 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 #94D9AF is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB148217175-
CMYK0.3200.190.15
HSL143.48º47.59%71.57%-
HSV(B)143.48º31.8%85.1%-
XYZ44.7659.0249.59-
YUV191.58118.6496.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.41%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=27.41%
G=40.19%
B=32.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171750.3200.190.15143.4847.5971.57
Hex94D9AF20013F8f3048
Octal224331257400231721760110
Binary1001010011011001101011111000000100111111100011111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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