#94CEAF

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

Shades of Vista Blue #94CEAF

Tints of Vista Blue #94CEAF

Color information

#94CEAF (or 0x94CEAF) is unknown color: approx Vista Blue. HEX triplet: 94, CE and AF. RGB value is (148,206,175). Sum of RGB (Red+Green+Blue) = 148+206+175=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CEAF is #6B3150. Grayscale: #B9B9B9. Windows color (decimal): -7024977 or 11521684. OLE color: 11521684.

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

Color convert

RGB148206175-
CMYK0.2800.150.19
HSL147.93º37.18%69.41%-
HSV(B)147.93º28.16%80.78%-
XYZ42.0253.5348.68-
YUV185.12122.28101.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.98%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=27.98%
G=38.94%
B=33.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061750.2800.150.19147.9337.1869.41
Hex94CEAF1C0F13942545
Octal224316257340172322445105
Binary100101001100111010101111111000111110011100101001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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