#93D6B9

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

Shades of Vista Blue #93D6B9

Tints of Vista Blue #93D6B9

Color information

#93D6B9 (or 0x93D6B9) is unknown color: approx Vista Blue. HEX triplet: 93, D6 and B9. RGB value is (147,214,185). Sum of RGB (Red+Green+Blue) = 147+214+185=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #93D6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D6B9 is #6C2946. Grayscale: #BEBEBE. Windows color (decimal): -7088455 or 12179091. OLE color: 12179091.

HSL color Cylindrical-coordinate representation of color #93D6B9: hue angle of 154.03º 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 #93D6B9 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB147214185-
CMYK0.3100.140.16
HSL154.03º44.97%70.78%-
HSV(B)154.03º31.31%83.92%-
XYZ44.8457.854.69-
YUV190.66124.896.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.92%
GREEN value IS 214 (83.98% from 255) = 39.19%
BLUE value IS 185 (72.66% from 255) = 33.88%
R=26.92%
G=39.19%
B=33.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472141850.3100.140.16154.0344.9770.78
Hex93D6B91F0E109a2d47
Octal223326271370162023255107
Binary100100111101011010111001111110111010000100110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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