#93D2BA

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

Shades of Vista Blue #93D2BA

Tints of Vista Blue #93D2BA

Color information

#93D2BA (or 0x93D2BA) is unknown color: approx Vista Blue. HEX triplet: 93, D2 and BA. RGB value is (147,210,186). Sum of RGB (Red+Green+Blue) = 147+210+186=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D2BA is #6C2D45. Grayscale: #BCBCBC. Windows color (decimal): -7089478 or 12243603. OLE color: 12243603.

HSL color Cylindrical-coordinate representation of color #93D2BA: hue angle of 157.14º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D2BA is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB147210186-
CMYK0.3000.110.18
HSL157.14º41.18%70%-
HSV(B)157.14º30%82.35%-
XYZ43.9455.8454.92-
YUV188.43126.6398.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=27.07%
G=38.67%
B=34.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472101860.3000.110.18157.1441.1870
Hex93D2BA1E0B129d2946
Octal223322272360132223551106
Binary100100111101001010111010111100101110010100111011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,210,186); }

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

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

 a { background-color: rgb(147,210,186); }

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

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

 span { border-color: rgb(147,210,186); }

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