#93EBAF

Color #93EBAF Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #93EBAF

Tints of Vista Blue #93EBAF

Color information

#93EBAF (or 0x93EBAF) is unknown color: approx 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

RGB147235175-
CMYK0.3700.260.08
HSL139.09º68.75%74.9%-
HSV(B)139.09º37.45%92.16%-
XYZ49.4868.7151.21-
YUV201.85112.8588.88-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472351750.3700.260.08139.0968.7574.9
Hex93EBAF2501A88b454b
Octal2233532574503210213105113
Binary10010011111010111010111110010101101010001000101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>