#94CEAA

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

Shades of Vista Blue #94CEAA

Tints of Vista Blue #94CEAA

Color information

#94CEAA (or 0x94CEAA) is unknown color: approx Vista Blue. HEX triplet: 94, CE and AA. RGB value is (148,206,170). Sum of RGB (Red+Green+Blue) = 148+206+170=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CEAA is #6B3155. Grayscale: #B8B8B8. Windows color (decimal): -7024982 or 11194004. OLE color: 11194004.

HSL color Cylindrical-coordinate representation of color #94CEAA: hue angle of 142.76º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CEAA is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB148206170-
CMYK0.2800.170.19
HSL142.76º37.18%69.41%-
HSV(B)142.76º28.16%80.78%-
XYZ41.5453.3446.14-
YUV184.55119.78101.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=28.24%
G=39.31%
B=32.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061700.2800.170.19142.7637.1869.41
Hex94CEAA1C011138f2545
Octal224316252340212321745105
Binary1001010011001110101010101110001000110011100011111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,206,170); }

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

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

 a { background-color: rgb(148,206,170); }

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

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

 span { border-color: rgb(148,206,170); }

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