#92EDAC

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

Shades of Vista Blue #92EDAC

Tints of Vista Blue #92EDAC

Color information

#92EDAC (or 0x92EDAC) is unknown color: approx Vista Blue. HEX triplet: 92, ED and AC. RGB value is (146,237,172). Sum of RGB (Red+Green+Blue) = 146+237+172=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EDAC is #6D1253. Grayscale: #CACACA. Windows color (decimal): -7148116 or 11333010. OLE color: 11333010.

HSL color Cylindrical-coordinate representation of color #92EDAC: hue angle of 137.14º degrees, saturation: 0.72, 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 #92EDAC is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB146237172-
CMYK0.3800.270.07
HSL137.14º71.65%75.1%-
HSV(B)137.14º38.4%92.94%-
XYZ49.5869.6649.86-
YUV202.38110.8587.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.31%
GREEN value IS 237 (92.97% from 255) = 42.70%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=26.31%
G=42.70%
B=30.99%

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
Decimal1462371720.3800.270.07137.1471.6575.1
Hex92EDAC2601B789484b
Octal222355254460337211110113
Binary1001001011101101101011001001100110111111000100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,237,172); }

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

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

 a { background-color: rgb(146,237,172); }

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

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

 span { border-color: rgb(146,237,172); }

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