#94DAB5

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

Shades of Vista Blue #94DAB5

Tints of Vista Blue #94DAB5

Color information

#94DAB5 (or 0x94DAB5) is unknown color: approx Vista Blue. HEX triplet: 94, DA and B5. RGB value is (148,218,181). Sum of RGB (Red+Green+Blue) = 148+218+181=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #94DAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DAB5 is #6B254A. Grayscale: #C0C0C0. Windows color (decimal): -7021899 or 11917972. OLE color: 11917972.

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

Color convert

RGB148218181-
CMYK0.3200.170.15
HSL148.29º48.61%71.76%-
HSV(B)148.29º32.11%85.49%-
XYZ45.6259.7752.85-
YUV192.85121.3196.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.06%
GREEN value IS 218 (85.55% from 255) = 39.85%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=27.06%
G=39.85%
B=33.09%

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
Decimal1482181810.3200.170.15148.2948.6171.76
Hex94DAB520011F943148
Octal224332265400211722461110
Binary1001010011011010101101011000000100011111100101001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,218,181); }

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

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

 a { background-color: rgb(148,218,181); }

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

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

 span { border-color: rgb(148,218,181); }

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