#94CAB2

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

Shades of Vista Blue #94CAB2

Tints of Vista Blue #94CAB2

Color information

#94CAB2 (or 0x94CAB2) is unknown color: approx Vista Blue. HEX triplet: 94, CA and B2. RGB value is (148,202,178). Sum of RGB (Red+Green+Blue) = 148+202+178=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #94CAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CAB2 is #6B354D. Grayscale: #B7B7B7. Windows color (decimal): -7025998 or 11717268. OLE color: 11717268.

HSL color Cylindrical-coordinate representation of color #94CAB2: hue angle of 153.33º 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 #94CAB2 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB148202178-
CMYK0.2700.120.21
HSL153.33º33.75%68.63%-
HSV(B)153.33º26.73%79.22%-
XYZ41.3751.7549.93-
YUV183.12125.11102.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=28.03%
G=38.26%
B=33.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021780.2700.120.21153.3333.7568.63
Hex94CAB21B0C15992245
Octal224312262330142523142105
Binary100101001100101010110010110110110010101100110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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