Html Css Color HEX #93EBAF Vista Blue

📋 copy color: '#93EBAF'

red 147 ◦ green 235 ◦ blue 175

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

Shades of Vista Blue #93EBAF

Tints of Vista Blue #93EBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.42%

R = 26.39%
G = 42.19%
B = 31.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#93EBAF (or 0x93EBAF) is known color: Vista Blue. HEX triplet: 93, EB and AF. RGB value is (147,235,175). Sum of RGB (Red+Green+Blue) = 147+235+175=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EBAF is #6C1450. Grayscale: #CACACA. Windows color (decimal): -7083089 or 11529107. OLE color: 11529107.

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

Color convert

RGB 147 235 175 -
CMYK 0.37 0 0.26 0.08
HSL 139.09º 0.69% 0.75% -
HSV(B) 139.09º 0.37% 0.92% -
XYZ 49.48 68.71 51.21 -
YUV 201.85 112.85 88.88 -
System Red Green Blue C M Y K H S L
Decimal 147 235 175 0.37 0 0.26 0.08 139.09 0.69 0.75
Hex 93 EB AF 25 0 1A 8 8B 45 4B
Octal 223 353 257 45 0 32 10 213 105 113
Binary 10010011 11101011 10101111 100101 0 11010 1000 10001011 1000101 1001011

Color Harmonies of #93EBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EBAF

Black with #93EBAF

Text Example


Text Example

White with #93EBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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