#93ECBD

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

Shades of Vista Blue #93ECBD

Tints of Vista Blue #93ECBD

Color information

#93ECBD (or 0x93ECBD) is unknown color: approx Vista Blue. HEX triplet: 93, EC and BD. RGB value is (147,236,189). Sum of RGB (Red+Green+Blue) = 147+236+189=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECBD is #6C1342. Grayscale: #CCCCCC. Windows color (decimal): -7082819 or 12446867. OLE color: 12446867.

HSL color Cylindrical-coordinate representation of color #93ECBD: hue angle of 148.31º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ECBD is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB147236189-
CMYK0.3800.200.07
HSL148.31º70.08%75.1%-
HSV(B)148.31º37.71%92.55%-
XYZ51.2169.8758.93-
YUV204.03119.5187.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.70%
GREEN value IS 236 (92.58% from 255) = 41.26%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=25.70%
G=41.26%
B=33.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472361890.3800.200.07148.3170.0875.1
Hex93ECBD26014794464b
Octal223354275460247224106113
Binary1001001111101100101111011001100101001111001010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,236,189); }

 H1.HeaderClassName
 {
   color: #93ECBD;
 }
 .AnyTagClassName
 {
   color: #93ECBD;
 }
</style>
background-color css

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

 a { background-color: rgb(147,236,189); }

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

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

 span { border-color: rgb(147,236,189); }

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