#93CEAE

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

Shades of Vista Blue #93CEAE

Tints of Vista Blue #93CEAE

Color information

#93CEAE (or 0x93CEAE) is unknown color: approx Vista Blue. HEX triplet: 93, CE and AE. RGB value is (147,206,174). Sum of RGB (Red+Green+Blue) = 147+206+174=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CEAE is #6C3151. Grayscale: #B8B8B8. Windows color (decimal): -7090514 or 11456147. OLE color: 11456147.

HSL color Cylindrical-coordinate representation of color #93CEAE: hue angle of 147.46º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CEAE is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB147206174-
CMYK0.2900.160.19
HSL147.46º37.58%69.22%-
HSV(B)147.46º28.64%80.78%-
XYZ41.7453.448.15-
YUV184.71121.95101.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.89%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=27.89%
G=39.09%
B=33.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472061740.2900.160.19147.4637.5869.22
Hex93CEAE1D01013932645
Octal223316256350202322346105
Binary1001001111001110101011101110101000010011100100111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,206,174); }

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

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

 a { background-color: rgb(147,206,174); }

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

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

 span { border-color: rgb(147,206,174); }

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