#93ECB8

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

Shades of Vista Blue #93ECB8

Tints of Vista Blue #93ECB8

Color information

#93ECB8 (or 0x93ECB8) is unknown color: approx Vista Blue. HEX triplet: 93, EC and B8. RGB value is (147,236,184). Sum of RGB (Red+Green+Blue) = 147+236+184=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECB8 is #6C1347. Grayscale: #CBCBCB. Windows color (decimal): -7082824 or 12119187. OLE color: 12119187.

HSL color Cylindrical-coordinate representation of color #93ECB8: hue angle of 144.94º 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 #93ECB8 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB147236184-
CMYK0.3800.220.07
HSL144.94º70.08%75.1%-
HSV(B)144.94º37.71%92.55%-
XYZ50.6869.6556.12-
YUV203.46117.0187.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.93%
GREEN value IS 236 (92.58% from 255) = 41.62%
BLUE value IS 184 (72.27% from 255) = 32.45%
R=25.93%
G=41.62%
B=32.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472361840.3800.220.07144.9470.0875.1
Hex93ECB826016791464b
Octal223354270460267221106113
Binary1001001111101100101110001001100101101111001000110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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