#92EFAD

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

Shades of Vista Blue #92EFAD

Tints of Vista Blue #92EFAD

Color information

#92EFAD (or 0x92EFAD) is unknown color: approx Vista Blue. HEX triplet: 92, EF and AD. RGB value is (146,239,173). Sum of RGB (Red+Green+Blue) = 146+239+173=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EFAD is #6D1052. Grayscale: #CBCBCB. Windows color (decimal): -7147603 or 11399058. OLE color: 11399058.

HSL color Cylindrical-coordinate representation of color #92EFAD: hue angle of 137.42º 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 #92EFAD is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB146239173-
CMYK0.3900.280.06
HSL137.42º74.4%75.49%-
HSV(B)137.42º38.91%93.73%-
XYZ50.2670.8650.56-
YUV203.67110.6986.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.16%
GREEN value IS 239 (93.75% from 255) = 42.83%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=26.16%
G=42.83%
B=31.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462391730.3900.280.06137.4274.475.49
Hex92EFAD2701C6894a4b
Octal222357255470346211112113
Binary1001001011101111101011011001110111001101000100110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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