Html Css Color HEX #93D6AF Vista Blue

📋 copy color: '#93D6AF'

red 147 ◦ green 214 ◦ blue 175

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

Shades of Vista Blue #93D6AF

Tints of Vista Blue #93D6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.93%

 BLUE value IS 175 (68.75% from 255) = 32.65%

R = 27.43%
G = 39.93%
B = 32.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#93D6AF (or 0x93D6AF) is known color: Vista Blue. HEX triplet: 93, D6 and AF. RGB value is (147,214,175). Sum of RGB (Red+Green+Blue) = 147+214+175=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #93D6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D6AF is #6C2950. Grayscale: #BDBDBD. Windows color (decimal): -7088465 or 11523731. OLE color: 11523731.

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

Color convert

RGB 147 214 175 -
CMYK 0.31 0 0.18 0.16
HSL 145.07º 0.45% 0.71% -
HSV(B) 145.07º 0.31% 0.84% -
XYZ 43.82 57.39 49.33 -
YUV 189.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 147 214 175 0.31 0 0.18 0.16 145.07 0.45 0.71
Hex 93 D6 AF 1F 0 12 10 91 2D 47
Octal 223 326 257 37 0 22 20 221 55 107
Binary 10010011 11010110 10101111 11111 0 10010 10000 10010001 101101 1000111

Color Harmonies of #93D6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D6AF

Black with #93D6AF

Text Example


Text Example

White with #93D6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,214,175); }

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

background-color css

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

 a { background-color: rgb(147,214,175); }

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

border-color css

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

 span { border-color: rgb(147,214,175); }

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