#94D5AB

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

Shades of Vista Blue #94D5AB

Tints of Vista Blue #94D5AB

Color information

#94D5AB (or 0x94D5AB) is unknown color: approx Vista Blue. HEX triplet: 94, D5 and AB. RGB value is (148,213,171). Sum of RGB (Red+Green+Blue) = 148+213+171=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #94D5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D5AB is #6B2A54. Grayscale: #BCBCBC. Windows color (decimal): -7023189 or 11261332. OLE color: 11261332.

HSL color Cylindrical-coordinate representation of color #94D5AB: hue angle of 141.23º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D5AB is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB148213171-
CMYK0.3100.200.16
HSL141.23º43.62%70.78%-
HSV(B)141.23º30.52%83.53%-
XYZ43.3656.8247.21-
YUV188.78117.9798.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.82%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=27.82%
G=40.04%
B=32.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131710.3100.200.16141.2343.6270.78
Hex94D5AB1F014108d2c47
Octal224325253370242021554107
Binary1001010011010101101010111111101010010000100011011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,213,171); }

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

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

 a { background-color: rgb(148,213,171); }

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

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

 span { border-color: rgb(148,213,171); }

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