#94DAAF

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

Shades of Vista Blue #94DAAF

Tints of Vista Blue #94DAAF

Color information

#94DAAF (or 0x94DAAF) is unknown color: approx Vista Blue. HEX triplet: 94, DA and AF. RGB value is (148,218,175). Sum of RGB (Red+Green+Blue) = 148+218+175=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #94DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DAAF is #6B2550. Grayscale: #C0C0C0. Windows color (decimal): -7021905 or 11524756. OLE color: 11524756.

HSL color Cylindrical-coordinate representation of color #94DAAF: hue angle of 143.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DAAF is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB148218175-
CMYK0.3200.200.15
HSL143.14º48.61%71.76%-
HSV(B)143.14º32.11%85.49%-
XYZ45.0259.5349.68-
YUV192.17118.3196.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=27.36%
G=40.30%
B=32.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181750.3200.200.15143.1448.6171.76
Hex94DAAF20014F8f3148
Octal224332257400241721761110
Binary1001010011011010101011111000000101001111100011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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