#93DBAD

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

Shades of Vista Blue #93DBAD

Tints of Vista Blue #93DBAD

Color information

#93DBAD (or 0x93DBAD) is unknown color: approx Vista Blue. HEX triplet: 93, DB and AD. RGB value is (147,219,173). Sum of RGB (Red+Green+Blue) = 147+219+173=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DBAD is #6C2452. Grayscale: #C0C0C0. Windows color (decimal): -7087187 or 11393939. OLE color: 11393939.

HSL color Cylindrical-coordinate representation of color #93DBAD: hue angle of 141.67º degrees, saturation: 0.5, 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 #93DBAD is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB147219173-
CMYK0.3300.210.14
HSL141.67º50%71.76%-
HSV(B)141.67º32.88%85.88%-
XYZ44.9159.8848.73-
YUV192.23117.1595.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.27%
GREEN value IS 219 (85.94% from 255) = 40.63%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=27.27%
G=40.63%
B=32.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472191730.3300.210.14141.675071.76
Hex93DBAD21015E8e3248
Octal223333255410251621662110
Binary1001001111011011101011011000010101011110100011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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