#93DEAB

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

Shades of Vista Blue #93DEAB

Tints of Vista Blue #93DEAB

Color information

#93DEAB (or 0x93DEAB) is unknown color: approx Vista Blue. HEX triplet: 93, DE and AB. RGB value is (147,222,171). Sum of RGB (Red+Green+Blue) = 147+222+171=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DEAB is #6C2154. Grayscale: #C1C1C1. Windows color (decimal): -7086421 or 11263635. OLE color: 11263635.

HSL color Cylindrical-coordinate representation of color #93DEAB: hue angle of 139.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DEAB is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB147222171-
CMYK0.3400.230.13
HSL139.2º53.19%72.35%-
HSV(B)139.2º33.78%87.06%-
XYZ45.561.3947.98-
YUV193.76115.1594.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.22%
GREEN value IS 222 (87.11% from 255) = 41.11%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=27.22%
G=41.11%
B=31.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472221710.3400.230.13139.253.1972.35
Hex93DEAB22017D8b3548
Octal223336253420271521365110
Binary1001001111011110101010111000100101111101100010111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DEAB; }

 p { color: rgb(147,222,171); }

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

<style>
 a { background-color: #93DEAB; }

 a { background-color: rgb(147,222,171); }

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

<style>
 span { border-color: #93DEAB; }

 span { border-color: rgb(147,222,171); }

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