Html Css Color HEX #93DDAD Vista Blue

📋 copy color: '#93DDAD'

red 147 ◦ green 221 ◦ blue 173

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

Shades of Vista Blue #93DDAD

Tints of Vista Blue #93DDAD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.85%

 BLUE value IS 173 (67.97% from 255) = 31.98%

R = 27.17%
G = 40.85%
B = 31.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#93DDAD (or 0x93DDAD) is known color: Vista Blue. HEX triplet: 93, DD and AD. RGB value is (147,221,173). Sum of RGB (Red+Green+Blue) = 147+221+173=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDAD is #6C2252. Grayscale: #C1C1C1. Windows color (decimal): -7086675 or 11394451. OLE color: 11394451.

HSL color Cylindrical-coordinate representation of color #93DDAD: hue angle of 141.08º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDAD is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 221 173 -
CMYK 0.33 0 0.22 0.13
HSL 141.08º 0.52% 0.72% -
HSV(B) 141.08º 0.33% 0.87% -
XYZ 45.43 60.93 48.9 -
YUV 193.4 116.48 94.9 -
System Red Green Blue C M Y K H S L
Decimal 147 221 173 0.33 0 0.22 0.13 141.08 0.52 0.72
Hex 93 DD AD 21 0 16 D 8D 34 48
Octal 223 335 255 41 0 26 15 215 64 110
Binary 10010011 11011101 10101101 100001 0 10110 1101 10001101 110100 1001000

Color Harmonies of #93DDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DDAD

Black with #93DDAD

Text Example


Text Example

White with #93DDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,221,173); }

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

background-color css

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

 a { background-color: rgb(147,221,173); }

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

border-color css

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

 span { border-color: rgb(147,221,173); }

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