#92ECAD

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

Shades of Vista Blue #92ECAD

Tints of Vista Blue #92ECAD

Color information

#92ECAD (or 0x92ECAD) is unknown color: approx Vista Blue. HEX triplet: 92, EC and AD. RGB value is (146,236,173). Sum of RGB (Red+Green+Blue) = 146+236+173=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #92ECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92ECAD is #6D1352. Grayscale: #CACACA. Windows color (decimal): -7148371 or 11398290. OLE color: 11398290.

HSL color Cylindrical-coordinate representation of color #92ECAD: hue angle of 138º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92ECAD is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB146236173-
CMYK0.3800.270.07
HSL138º70.31%74.9%-
HSV(B)138º38.14%92.55%-
XYZ49.3969.1250.27-
YUV201.91111.6888.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.31%
GREEN value IS 236 (92.58% from 255) = 42.52%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=26.31%
G=42.52%
B=31.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462361730.3800.270.0713870.3174.9
Hex92ECAD2601B78a464b
Octal222354255460337212106113
Binary1001001011101100101011011001100110111111000101010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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