Html Css Color HEX #93D9BE Vista Blue

📋 copy color: '#93D9BE'

red 147 ◦ green 217 ◦ blue 190

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

Shades of Vista Blue #93D9BE

Tints of Vista Blue #93D9BE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.17%

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 26.53%
G = 39.17%
B = 34.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#93D9BE (or 0x93D9BE) is known color: Vista Blue. HEX triplet: 93, D9 and BE. RGB value is (147,217,190). Sum of RGB (Red+Green+Blue) = 147+217+190=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #93D9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D9BE is #6C2641. Grayscale: #C1C1C1. Windows color (decimal): -7087682 or 12507539. OLE color: 12507539.

HSL color Cylindrical-coordinate representation of color #93D9BE: hue angle of 156.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D9BE is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 217 190 -
CMYK 0.32 0 0.12 0.15
HSL 156.86º 0.48% 0.71% -
HSV(B) 156.86º 0.32% 0.85% -
XYZ 46.14 59.55 57.78 -
YUV 192.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 147 217 190 0.32 0 0.12 0.15 156.86 0.48 0.71
Hex 93 D9 BE 20 0 C F 9D 30 47
Octal 223 331 276 40 0 14 17 235 60 107
Binary 10010011 11011001 10111110 100000 0 1100 1111 10011101 110000 1000111

Color Harmonies of #93D9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D9BE

Black with #93D9BE

Text Example


Text Example

White with #93D9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,217,190); }

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

background-color css

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

 a { background-color: rgb(147,217,190); }

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

border-color css

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

 span { border-color: rgb(147,217,190); }

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