Html Css Color HEX #93C9AA Vista Blue

📋 copy color: '#93C9AA'

red 147 ◦ green 201 ◦ blue 170

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

Shades of Vista Blue #93C9AA

Tints of Vista Blue #93C9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.8%

 BLUE value IS 170 (66.8% from 255) = 32.82%

R = 28.38%
G = 38.8%
B = 32.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#93C9AA (or 0x93C9AA) is known color: Vista Blue. HEX triplet: 93, C9 and AA. RGB value is (147,201,170). Sum of RGB (Red+Green+Blue) = 147+201+170=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #93C9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C9AA is #6C3655. Grayscale: #B5B5B5. Windows color (decimal): -7091798 or 11192723. OLE color: 11192723.

HSL color Cylindrical-coordinate representation of color #93C9AA: hue angle of 145.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C9AA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 201 170 -
CMYK 0.27 0 0.15 0.21
HSL 145.56º 0.33% 0.68% -
HSV(B) 145.56º 0.27% 0.79% -
XYZ 40.17 50.88 45.73 -
YUV 181.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 147 201 170 0.27 0 0.15 0.21 145.56 0.33 0.68
Hex 93 C9 AA 1B 0 F 15 92 21 44
Octal 223 311 252 33 0 17 25 222 41 104
Binary 10010011 11001001 10101010 11011 0 1111 10101 10010010 100001 1000100

Color Harmonies of #93C9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C9AA

Black with #93C9AA

Text Example


Text Example

White with #93C9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,201,170); }

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

background-color css

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

 a { background-color: rgb(147,201,170); }

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

border-color css

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

 span { border-color: rgb(147,201,170); }

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