#94C7AF

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

Shades of Vista Blue #94C7AF

Tints of Vista Blue #94C7AF

Color information

#94C7AF (or 0x94C7AF) is unknown color: approx Vista Blue. HEX triplet: 94, C7 and AF. RGB value is (148,199,175). Sum of RGB (Red+Green+Blue) = 148+199+175=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 199 - color contains mainly: green. Hex color #94C7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C7AF is #6B3850. Grayscale: #B5B5B5. Windows color (decimal): -7026769 or 11519892. OLE color: 11519892.

HSL color Cylindrical-coordinate representation of color #94C7AF: hue angle of 151.76º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C7AF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB148199175-
CMYK0.2600.120.22
HSL151.76º31.29%68.04%-
HSV(B)151.76º25.63%78.04%-
XYZ40.3750.2448.13-
YUV181.02124.6104.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 199 (78.12% from 255) = 38.12%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=28.35%
G=38.12%
B=33.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481991750.2600.120.22151.7631.2968.04
Hex94C7AF1A0C16981f44
Octal224307257320142623037104
Binary10010100110001111010111111010011001011010011000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,199,175); }

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

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

 a { background-color: rgb(148,199,175); }

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

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

 span { border-color: rgb(148,199,175); }

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