#93DDB6

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

Shades of Vista Blue #93DDB6

Tints of Vista Blue #93DDB6

Color information

#93DDB6 (or 0x93DDB6) is unknown color: approx Vista Blue. HEX triplet: 93, DD and B6. RGB value is (147,221,182). Sum of RGB (Red+Green+Blue) = 147+221+182=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDB6 is #6C2249. Grayscale: #C2C2C2. Windows color (decimal): -7086666 or 11984275. OLE color: 11984275.

HSL color Cylindrical-coordinate representation of color #93DDB6: hue angle of 148.38º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDB6 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB147221182-
CMYK0.3300.180.13
HSL148.38º52.11%72.16%-
HSV(B)148.38º33.48%86.67%-
XYZ46.3361.2953.64-
YUV194.43120.9894.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.73%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=26.73%
G=40.18%
B=33.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211820.3300.180.13148.3852.1172.16
Hex93DDB621012D943448
Octal223335266410221522464110
Binary1001001111011101101101101000010100101101100101001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,221,182); }

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

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

 a { background-color: rgb(147,221,182); }

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

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

 span { border-color: rgb(147,221,182); }

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