#93D6BB

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

Shades of Vista Blue #93D6BB

Tints of Vista Blue #93D6BB

Color information

#93D6BB (or 0x93D6BB) is unknown color: approx Vista Blue. HEX triplet: 93, D6 and BB. RGB value is (147,214,187). Sum of RGB (Red+Green+Blue) = 147+214+187=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #93D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D6BB is #6C2944. Grayscale: #BEBEBE. Windows color (decimal): -7088453 or 12310163. OLE color: 12310163.

HSL color Cylindrical-coordinate representation of color #93D6BB: hue angle of 155.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D6BB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB147214187-
CMYK0.3100.130.16
HSL155.82º44.97%70.78%-
HSV(B)155.82º31.31%83.92%-
XYZ45.0557.8855.81-
YUV190.89125.896.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.82%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=26.82%
G=39.05%
B=34.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472141870.3100.130.16155.8244.9770.78
Hex93D6BB1F0D109c2d47
Octal223326273370152023455107
Binary100100111101011010111011111110110110000100111001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,214,187); }

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

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

 a { background-color: rgb(147,214,187); }

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

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

 span { border-color: rgb(147,214,187); }

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