#92EFAE

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

Shades of Vista Blue #92EFAE

Tints of Vista Blue #92EFAE

Color information

#92EFAE (or 0x92EFAE) is unknown color: approx Vista Blue. HEX triplet: 92, EF and AE. RGB value is (146,239,174). Sum of RGB (Red+Green+Blue) = 146+239+174=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EFAE is #6D1051. Grayscale: #CBCBCB. Windows color (decimal): -7147602 or 11464594. OLE color: 11464594.

HSL color Cylindrical-coordinate representation of color #92EFAE: hue angle of 138.06º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EFAE is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB146239174-
CMYK0.3900.270.06
HSL138.06º74.4%75.49%-
HSV(B)138.06º38.91%93.73%-
XYZ50.3670.951.08-
YUV203.78111.1986.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.12%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=26.12%
G=42.75%
B=31.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462391740.3900.270.06138.0674.475.49
Hex92EFAE2701B68a4a4b
Octal222357256470336212112113
Binary1001001011101111101011101001110110111101000101010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92EFAE; }

 p { color: rgb(146,239,174); }

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

<style>
 a { background-color: #92EFAE; }

 a { background-color: rgb(146,239,174); }

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

<style>
 span { border-color: #92EFAE; }

 span { border-color: rgb(146,239,174); }

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