Html Css Color HEX #93EEBA Vista Blue

📋 copy color: '#93EEBA'

red 147 ◦ green 238 ◦ blue 186

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

Shades of Vista Blue #93EEBA

Tints of Vista Blue #93EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.68%

 BLUE value IS 186 (73.05% from 255) = 32.57%

R = 25.74%
G = 41.68%
B = 32.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#93EEBA (or 0x93EEBA) is known color: Vista Blue. HEX triplet: 93, EE and BA. RGB value is (147,238,186). Sum of RGB (Red+Green+Blue) = 147+238+186=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EEBA is #6C1145. Grayscale: #CCCCCC. Windows color (decimal): -7082310 or 12250771. OLE color: 12250771.

HSL color Cylindrical-coordinate representation of color #93EEBA: hue angle of 145.71º degrees, saturation: 0.73, 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 #93EEBA is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 238 186 -
CMYK 0.38 0 0.22 0.07
HSL 145.71º 0.73% 0.75% -
HSV(B) 145.71º 0.38% 0.93% -
XYZ 51.47 70.9 57.43 -
YUV 204.86 117.35 86.73 -
System Red Green Blue C M Y K H S L
Decimal 147 238 186 0.38 0 0.22 0.07 145.71 0.73 0.75
Hex 93 EE BA 26 0 16 7 92 49 4B
Octal 223 356 272 46 0 26 7 222 111 113
Binary 10010011 11101110 10111010 100110 0 10110 111 10010010 1001001 1001011

Color Harmonies of #93EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EEBA

Black with #93EEBA

Text Example


Text Example

White with #93EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,238,186); }

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

background-color css

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

 a { background-color: rgb(147,238,186); }

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

border-color css

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

 span { border-color: rgb(147,238,186); }

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