Html Css Color HEX #93EBBE Vista Blue

📋 copy color: '#93EBBE'

red 147 ◦ green 235 ◦ blue 190

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

Shades of Vista Blue #93EBBE

Tints of Vista Blue #93EBBE

RGB

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

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

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

R = 25.7%
G = 41.08%
B = 33.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#93EBBE (or 0x93EBBE) is known color: Vista Blue. HEX triplet: 93, EB and BE. RGB value is (147,235,190). Sum of RGB (Red+Green+Blue) = 147+235+190=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EBBE is #6C1441. Grayscale: #CBCBCB. Windows color (decimal): -7083074 or 12512147. OLE color: 12512147.

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

Color convert

RGB 147 235 190 -
CMYK 0.37 0 0.19 0.08
HSL 149.32º 0.69% 0.75% -
HSV(B) 149.32º 0.37% 0.92% -
XYZ 51.04 69.34 59.41 -
YUV 203.56 120.35 87.66 -
System Red Green Blue C M Y K H S L
Decimal 147 235 190 0.37 0 0.19 0.08 149.32 0.69 0.75
Hex 93 EB BE 25 0 13 8 95 45 4B
Octal 223 353 276 45 0 23 10 225 105 113
Binary 10010011 11101011 10111110 100101 0 10011 1000 10010101 1000101 1001011

Color Harmonies of #93EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EBBE

Black with #93EBBE

Text Example


Text Example

White with #93EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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