#94CAB4

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

Shades of Vista Blue #94CAB4

Tints of Vista Blue #94CAB4

Color information

#94CAB4 (or 0x94CAB4) is unknown color: approx Vista Blue. HEX triplet: 94, CA and B4. RGB value is (148,202,180). Sum of RGB (Red+Green+Blue) = 148+202+180=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #94CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CAB4 is #6B354B. Grayscale: #B7B7B7. Windows color (decimal): -7025996 or 11848340. OLE color: 11848340.

HSL color Cylindrical-coordinate representation of color #94CAB4: hue angle of 155.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CAB4 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB148202180-
CMYK0.2700.110.21
HSL155.56º33.75%68.63%-
HSV(B)155.56º26.73%79.22%-
XYZ41.5751.8350.99-
YUV183.35126.11102.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=27.92%
G=38.11%
B=33.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021800.2700.110.21155.5633.7568.63
Hex94CAB41B0B159c2245
Octal224312264330132523442105
Binary100101001100101010110100110110101110101100111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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