Html Css Color HEX #93EAC2 Vista Blue

📋 copy color: '#93EAC2'

red 147 ◦ green 234 ◦ blue 194

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

Shades of Vista Blue #93EAC2

Tints of Vista Blue #93EAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.7%

 BLUE value IS 194 (76.17% from 255) = 33.74%

R = 25.57%
G = 40.7%
B = 33.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#93EAC2 (or 0x93EAC2) is known color: Vista Blue. HEX triplet: 93, EA and C2. RGB value is (147,234,194). Sum of RGB (Red+Green+Blue) = 147+234+194=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #93EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EAC2 is #6C153D. Grayscale: #CBCBCB. Windows color (decimal): -7083326 or 12774035. OLE color: 12774035.

HSL color Cylindrical-coordinate representation of color #93EAC2: hue angle of 152.41º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EAC2 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 234 194 -
CMYK 0.37 0 0.17 0.08
HSL 152.41º 0.67% 0.75% -
HSV(B) 152.41º 0.37% 0.92% -
XYZ 51.19 68.94 61.65 -
YUV 203.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 147 234 194 0.37 0 0.17 0.08 152.41 0.67 0.75
Hex 93 EA C2 25 0 11 8 98 43 4B
Octal 223 352 302 45 0 21 10 230 103 113
Binary 10010011 11101010 11000010 100101 0 10001 1000 10011000 1000011 1001011

Color Harmonies of #93EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EAC2

Black with #93EAC2

Text Example


Text Example

White with #93EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,234,194); }

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

background-color css

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

 a { background-color: rgb(147,234,194); }

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

border-color css

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

 span { border-color: rgb(147,234,194); }

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