Html Css Color HEX #93D7AB Vista Blue

📋 copy color: '#93D7AB'

red 147 ◦ green 215 ◦ blue 171

#93D7AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #93D7AB

Tints of Vista Blue #93D7AB

RGB

 RED value IS 147 (57.81% from 255) = 27.58%

 GREEN value IS 215 (84.38% from 255) = 40.34%

 BLUE value IS 171 (67.19% from 255) = 32.08%

R = 27.58%
G = 40.34%
B = 32.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#93D7AB (or 0x93D7AB) is known color: Vista Blue. HEX triplet: 93, D7 and AB. RGB value is (147,215,171). Sum of RGB (Red+Green+Blue) = 147+215+171=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #93D7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D7AB is #6C2854. Grayscale: #BDBDBD. Windows color (decimal): -7088213 or 11261843. OLE color: 11261843.

HSL color Cylindrical-coordinate representation of color #93D7AB: hue angle of 141.18º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D7AB is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 215 171 -
CMYK 0.32 0 0.20 0.16
HSL 141.18º 0.46% 0.71% -
HSV(B) 141.18º 0.32% 0.84% -
XYZ 43.68 57.74 47.37 -
YUV 189.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 147 215 171 0.32 0 0.20 0.16 141.18 0.46 0.71
Hex 93 D7 AB 20 0 14 10 8D 2E 47
Octal 223 327 253 40 0 24 20 215 56 107
Binary 10010011 11010111 10101011 100000 0 10100 10000 10001101 101110 1000111

Color Harmonies of #93D7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D7AB

Black with #93D7AB

Text Example


Text Example

White with #93D7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93D7AB;
 }
 .AnyTagClassName
 {
   color: #93D7AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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