#94CBAF

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

Shades of Vista Blue #94CBAF

Tints of Vista Blue #94CBAF

Color information

#94CBAF (or 0x94CBAF) is unknown color: approx Vista Blue. HEX triplet: 94, CB and AF. RGB value is (148,203,175). Sum of RGB (Red+Green+Blue) = 148+203+175=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #94CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CBAF is #6B3450. Grayscale: #B7B7B7. Windows color (decimal): -7025745 or 11520916. OLE color: 11520916.

HSL color Cylindrical-coordinate representation of color #94CBAF: hue angle of 149.45º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CBAF is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB148203175-
CMYK0.2700.140.20
HSL149.45º34.59%68.82%-
HSV(B)149.45º27.09%79.61%-
XYZ41.3152.148.44-
YUV183.36123.28102.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.14%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=28.14%
G=38.59%
B=33.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031750.2700.140.20149.4534.5968.82
Hex94CBAF1B0E14952345
Octal224313257330162422543105
Binary100101001100101110101111110110111010100100101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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