Html Css Color HEX #93EDB0 Vista Blue

📋 copy color: '#93EDB0'

red 147 ◦ green 237 ◦ blue 176

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

Shades of Vista Blue #93EDB0

Tints of Vista Blue #93EDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.32%

 BLUE value IS 176 (69.14% from 255) = 31.43%

R = 26.25%
G = 42.32%
B = 31.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#93EDB0 (or 0x93EDB0) is known color: Vista Blue. HEX triplet: 93, ED and B0. RGB value is (147,237,176). Sum of RGB (Red+Green+Blue) = 147+237+176=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EDB0 is #6C124F. Grayscale: #CBCBCB. Windows color (decimal): -7082576 or 11595155. OLE color: 11595155.

HSL color Cylindrical-coordinate representation of color #93EDB0: hue angle of 139.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EDB0 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 237 176 -
CMYK 0.38 0 0.26 0.07
HSL 139.33º 0.71% 0.75% -
HSV(B) 139.33º 0.38% 0.93% -
XYZ 50.15 69.91 51.92 -
YUV 203.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 147 237 176 0.38 0 0.26 0.07 139.33 0.71 0.75
Hex 93 ED B0 26 0 1A 7 8B 47 4B
Octal 223 355 260 46 0 32 7 213 107 113
Binary 10010011 11101101 10110000 100110 0 11010 111 10001011 1000111 1001011

Color Harmonies of #93EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EDB0

Black with #93EDB0

Text Example


Text Example

White with #93EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,237,176); }

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

background-color css

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

 a { background-color: rgb(147,237,176); }

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

border-color css

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

 span { border-color: rgb(147,237,176); }

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