Html Css Color HEX #93DBAD Vista Blue

📋 copy color: '#93DBAD'

red 147 ◦ green 219 ◦ blue 173

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

Shades of Vista Blue #93DBAD

Tints of Vista Blue #93DBAD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

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

R = 27.27%
G = 40.63%
B = 32.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#93DBAD (or 0x93DBAD) is known color: Vista Blue. HEX triplet: 93, DB and AD. RGB value is (147,219,173). Sum of RGB (Red+Green+Blue) = 147+219+173=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DBAD is #6C2452. Grayscale: #C0C0C0. Windows color (decimal): -7087187 or 11393939. OLE color: 11393939.

HSL color Cylindrical-coordinate representation of color #93DBAD: hue angle of 141.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DBAD is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 219 173 -
CMYK 0.33 0 0.21 0.14
HSL 141.67º 0.5% 0.72% -
HSV(B) 141.67º 0.33% 0.86% -
XYZ 44.91 59.88 48.73 -
YUV 192.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 147 219 173 0.33 0 0.21 0.14 141.67 0.5 0.72
Hex 93 DB AD 21 0 15 E 8E 32 48
Octal 223 333 255 41 0 25 16 216 62 110
Binary 10010011 11011011 10101101 100001 0 10101 1110 10001110 110010 1001000

Color Harmonies of #93DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBAD

Black with #93DBAD

Text Example


Text Example

White with #93DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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