#93ECBC

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

Shades of Vista Blue #93ECBC

Tints of Vista Blue #93ECBC

Color information

#93ECBC (or 0x93ECBC) is unknown color: approx Vista Blue. HEX triplet: 93, EC and BC. RGB value is (147,236,188). Sum of RGB (Red+Green+Blue) = 147+236+188=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECBC is #6C1343. Grayscale: #CCCCCC. Windows color (decimal): -7082820 or 12381331. OLE color: 12381331.

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

Color convert

RGB147236188-
CMYK0.3800.200.07
HSL147.64º70.08%75.1%-
HSV(B)147.64º37.71%92.55%-
XYZ51.1169.8258.36-
YUV203.92119.0187.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.74%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 188 (73.83% from 255) = 32.92%
R=25.74%
G=41.33%
B=32.92%

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
Decimal1472361880.3800.200.07147.6470.0875.1
Hex93ECBC26014794464b
Octal223354274460247224106113
Binary1001001111101100101111001001100101001111001010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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