#93DFB1

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

Shades of Vista Blue #93DFB1

Tints of Vista Blue #93DFB1

Color information

#93DFB1 (or 0x93DFB1) is unknown color: approx Vista Blue. HEX triplet: 93, DF and B1. RGB value is (147,223,177). Sum of RGB (Red+Green+Blue) = 147+223+177=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #93DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DFB1 is #6C204E. Grayscale: #C3C3C3. Windows color (decimal): -7086159 or 11657107. OLE color: 11657107.

HSL color Cylindrical-coordinate representation of color #93DFB1: hue angle of 143.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DFB1 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB147223177-
CMYK0.3400.210.13
HSL143.68º54.29%72.55%-
HSV(B)143.68º34.08%87.45%-
XYZ46.3662.1551.15-
YUV195.03117.8293.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.87%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=26.87%
G=40.77%
B=32.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472231770.3400.210.13143.6854.2972.55
Hex93DFB122015D903649
Octal223337261420251522066111
Binary1001001111011111101100011000100101011101100100001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,223,177); }

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

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

 a { background-color: rgb(147,223,177); }

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

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

 span { border-color: rgb(147,223,177); }

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