#94DCAF

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

Shades of Vista Blue #94DCAF

Tints of Vista Blue #94DCAF

Color information

#94DCAF (or 0x94DCAF) is unknown color: approx Vista Blue. HEX triplet: 94, DC and AF. RGB value is (148,220,175). Sum of RGB (Red+Green+Blue) = 148+220+175=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DCAF is #6B2350. Grayscale: #C1C1C1. Windows color (decimal): -7021393 or 11525268. OLE color: 11525268.

HSL color Cylindrical-coordinate representation of color #94DCAF: hue angle of 142.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCAF is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB148220175-
CMYK0.3300.200.14
HSL142.5º50.7%72.16%-
HSV(B)142.5º32.73%86.27%-
XYZ45.5460.5849.85-
YUV193.34117.6595.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.26%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=27.26%
G=40.52%
B=32.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482201750.3300.200.14142.550.772.16
Hex94DCAF21014E8e3348
Octal224334257410241621663110
Binary1001010011011100101011111000010101001110100011101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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