Html Css Color HEX #93C8AC Vista Blue

📋 copy color: '#93C8AC'

red 147 ◦ green 200 ◦ blue 172

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

Shades of Vista Blue #93C8AC

Tints of Vista Blue #93C8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.54%

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 28.32%
G = 38.54%
B = 33.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#93C8AC (or 0x93C8AC) is known color: Vista Blue. HEX triplet: 93, C8 and AC. RGB value is (147,200,172). Sum of RGB (Red+Green+Blue) = 147+200+172=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #93C8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C8AC is #6C3753. Grayscale: #B5B5B5. Windows color (decimal): -7092052 or 11323539. OLE color: 11323539.

HSL color Cylindrical-coordinate representation of color #93C8AC: hue angle of 148.3º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C8AC is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 200 172 -
CMYK 0.26 0 0.14 0.22
HSL 148.3º 0.33% 0.68% -
HSV(B) 148.3º 0.27% 0.78% -
XYZ 40.13 50.49 46.66 -
YUV 180.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 147 200 172 0.26 0 0.14 0.22 148.3 0.33 0.68
Hex 93 C8 AC 1A 0 E 16 94 21 44
Octal 223 310 254 32 0 16 26 224 41 104
Binary 10010011 11001000 10101100 11010 0 1110 10110 10010100 100001 1000100

Color Harmonies of #93C8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C8AC

Black with #93C8AC

Text Example


Text Example

White with #93C8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,200,172); }

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

background-color css

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

 a { background-color: rgb(147,200,172); }

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

border-color css

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

 span { border-color: rgb(147,200,172); }

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