#93CAAC

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

Shades of Vista Blue #93CAAC

Tints of Vista Blue #93CAAC

Color information

#93CAAC (or 0x93CAAC) is unknown color: approx Vista Blue. HEX triplet: 93, CA and AC. RGB value is (147,202,172). Sum of RGB (Red+Green+Blue) = 147+202+172=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #93CAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CAAC is #6C3553. Grayscale: #B6B6B6. Windows color (decimal): -7091540 or 11324051. OLE color: 11324051.

HSL color Cylindrical-coordinate representation of color #93CAAC: hue angle of 147.27º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93CAAC is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB147202172-
CMYK0.2700.150.21
HSL147.27º34.16%68.43%-
HSV(B)147.27º27.23%79.22%-
XYZ40.651.4246.82-
YUV182.14122.28102.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=28.21%
G=38.77%
B=33.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472021720.2700.150.21147.2734.1668.43
Hex93CAAC1B0F15932244
Octal223312254330172522342104
Binary100100111100101010101100110110111110101100100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,202,172); }

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

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

 a { background-color: rgb(147,202,172); }

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

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

 span { border-color: rgb(147,202,172); }

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