Html Css Color HEX #93EBC2 Vista Blue

📋 copy color: '#93EBC2'

red 147 ◦ green 235 ◦ blue 194

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

Shades of Vista Blue #93EBC2

Tints of Vista Blue #93EBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.8%

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

R = 25.52%
G = 40.8%
B = 33.68%

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

#93EBC2 (or 0x93EBC2) is known color: Vista Blue. HEX triplet: 93, EB and C2. RGB value is (147,235,194). Sum of RGB (Red+Green+Blue) = 147+235+194=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EBC2 is #6C143D. Grayscale: #CCCCCC. Windows color (decimal): -7083070 or 12774291. OLE color: 12774291.

HSL color Cylindrical-coordinate representation of color #93EBC2: hue angle of 152.05º degrees, saturation: 0.69, 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 #93EBC2 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 235 194 -
CMYK 0.37 0 0.17 0.08
HSL 152.05º 0.69% 0.75% -
HSV(B) 152.05º 0.37% 0.92% -
XYZ 51.48 69.51 61.74 -
YUV 204.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 147 235 194 0.37 0 0.17 0.08 152.05 0.69 0.75
Hex 93 EB C2 25 0 11 8 98 45 4B
Octal 223 353 302 45 0 21 10 230 105 113
Binary 10010011 11101011 11000010 100101 0 10001 1000 10011000 1000101 1001011

Color Harmonies of #93EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EBC2

Black with #93EBC2

Text Example


Text Example

White with #93EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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