#94DABD

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

Shades of Vista Blue #94DABD

Tints of Vista Blue #94DABD

Color information

#94DABD (or 0x94DABD) is unknown color: approx Vista Blue. HEX triplet: 94, DA and BD. RGB value is (148,218,189). Sum of RGB (Red+Green+Blue) = 148+218+189=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #94DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DABD is #6B2542. Grayscale: #C1C1C1. Windows color (decimal): -7021891 or 12442260. OLE color: 12442260.

HSL color Cylindrical-coordinate representation of color #94DABD: hue angle of 155.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 #94DABD is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB148218189-
CMYK0.3200.130.15
HSL155.14º48.61%71.76%-
HSV(B)155.14º32.11%85.49%-
XYZ46.4760.1157.3-
YUV193.76125.3195.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.67%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=26.67%
G=39.28%
B=34.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181890.3200.130.15155.1448.6171.76
Hex94DABD200DF9b3148
Octal224332275400151723361110
Binary100101001101101010111101100000011011111100110111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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