#93CFAE

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

Shades of Vista Blue #93CFAE

Tints of Vista Blue #93CFAE

Color information

#93CFAE (or 0x93CFAE) is unknown color: approx Vista Blue. HEX triplet: 93, CF and AE. RGB value is (147,207,174). Sum of RGB (Red+Green+Blue) = 147+207+174=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CFAE is #6C3051. Grayscale: #B9B9B9. Windows color (decimal): -7090258 or 11456403. OLE color: 11456403.

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

Color convert

RGB147207174-
CMYK0.2900.160.19
HSL147º38.46%69.41%-
HSV(B)147º28.99%81.18%-
XYZ41.9953.8848.23-
YUV185.3121.62100.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.84%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=27.84%
G=39.20%
B=32.95%

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
Decimal1472071740.2900.160.1914738.4669.41
Hex93CFAE1D01013932645
Octal223317256350202322346105
Binary1001001111001111101011101110101000010011100100111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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