Html Css Color HEX #93C5AB Vista Blue

📋 copy color: '#93C5AB'

red 147 ◦ green 197 ◦ blue 171

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

Shades of Vista Blue #93C5AB

Tints of Vista Blue #93C5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.25%

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

R = 28.54%
G = 38.25%
B = 33.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#93C5AB (or 0x93C5AB) is known color: Vista Blue. HEX triplet: 93, C5 and AB. RGB value is (147,197,171). Sum of RGB (Red+Green+Blue) = 147+197+171=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #93C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C5AB is #6C3A54. Grayscale: #B3B3B3. Windows color (decimal): -7092821 or 11257235. OLE color: 11257235.

HSL color Cylindrical-coordinate representation of color #93C5AB: hue angle of 148.8º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C5AB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 197 171 -
CMYK 0.25 0 0.13 0.23
HSL 148.8º 0.3% 0.67% -
HSV(B) 148.8º 0.25% 0.77% -
XYZ 39.35 49.08 45.93 -
YUV 179.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 147 197 171 0.25 0 0.13 0.23 148.8 0.3 0.67
Hex 93 C5 AB 19 0 D 17 95 1E 43
Octal 223 305 253 31 0 15 27 225 36 103
Binary 10010011 11000101 10101011 11001 0 1101 10111 10010101 11110 1000011

Color Harmonies of #93C5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C5AB

Black with #93C5AB

Text Example


Text Example

White with #93C5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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