#94CEAD

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

Shades of Vista Blue #94CEAD

Tints of Vista Blue #94CEAD

Color information

#94CEAD (or 0x94CEAD) is unknown color: approx Vista Blue. HEX triplet: 94, CE and AD. RGB value is (148,206,173). Sum of RGB (Red+Green+Blue) = 148+206+173=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CEAD is #6B3152. Grayscale: #B8B8B8. Windows color (decimal): -7024979 or 11390612. OLE color: 11390612.

HSL color Cylindrical-coordinate representation of color #94CEAD: hue angle of 145.86º 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 #94CEAD is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB148206173-
CMYK0.2800.160.19
HSL145.86º37.18%69.41%-
HSV(B)145.86º28.16%80.78%-
XYZ41.8353.4647.65-
YUV184.9121.28101.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=28.08%
G=39.09%
B=32.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061730.2800.160.19145.8637.1869.41
Hex94CEAD1C01013922545
Octal224316255340202322245105
Binary1001010011001110101011011110001000010011100100101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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