#94DAB9

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

Shades of Vista Blue #94DAB9

Tints of Vista Blue #94DAB9

Color information

#94DAB9 (or 0x94DAB9) is unknown color: approx Vista Blue. HEX triplet: 94, DA and B9. RGB value is (148,218,185). Sum of RGB (Red+Green+Blue) = 148+218+185=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #94DAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DAB9 is #6B2546. Grayscale: #C1C1C1. Windows color (decimal): -7021895 or 12180116. OLE color: 12180116.

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

Color convert

RGB148218185-
CMYK0.3200.150.15
HSL151.71º48.61%71.76%-
HSV(B)151.71º32.11%85.49%-
XYZ46.0459.9455.04-
YUV193.31123.3195.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 218 (85.55% from 255) = 39.56%
BLUE value IS 185 (72.66% from 255) = 33.58%
R=26.86%
G=39.56%
B=33.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181850.3200.150.15151.7148.6171.76
Hex94DAB9200FF983148
Octal224332271400171723061110
Binary100101001101101010111001100000011111111100110001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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