#93F1AE

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

Shades of Vista Blue #93F1AE

Tints of Vista Blue #93F1AE

Color information

#93F1AE (or 0x93F1AE) is unknown color: approx Vista Blue. HEX triplet: 93, F1 and AE. RGB value is (147,241,174). Sum of RGB (Red+Green+Blue) = 147+241+174=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F1AE is #6C0E51. Grayscale: #CDCDCD. Windows color (decimal): -7081554 or 11465107. OLE color: 11465107.

HSL color Cylindrical-coordinate representation of color #93F1AE: hue angle of 137.23º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F1AE is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB147241174-
CMYK0.3900.280.05
HSL137.23º77.05%76.08%-
HSV(B)137.23º39%94.51%-
XYZ51.1372.1751.28-
YUV205.26110.3686.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.16%
GREEN value IS 241 (94.53% from 255) = 42.88%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=26.16%
G=42.88%
B=30.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472411740.3900.280.05137.2377.0576.08
Hex93F1AE2701C5894d4c
Octal223361256470345211115114
Binary1001001111110001101011101001110111001011000100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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