#94DBAD

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

Shades of Vista Blue #94DBAD

Tints of Vista Blue #94DBAD

Color information

#94DBAD (or 0x94DBAD) is unknown color: approx Vista Blue. HEX triplet: 94, DB and AD. RGB value is (148,219,173). Sum of RGB (Red+Green+Blue) = 148+219+173=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DBAD is #6B2452. Grayscale: #C0C0C0. Windows color (decimal): -7021651 or 11393940. OLE color: 11393940.

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

Color convert

RGB148219173-
CMYK0.3200.210.14
HSL141.13º49.65%71.96%-
HSV(B)141.13º32.42%85.88%-
XYZ45.0959.9848.74-
YUV192.53116.9896.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.41%
GREEN value IS 219 (85.94% from 255) = 40.56%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=27.41%
G=40.56%
B=32.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482191730.3200.210.14141.1349.6571.96
Hex94DBAD20015E8d3248
Octal224333255400251621562110
Binary1001010011011011101011011000000101011110100011011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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